* {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #26292B
}

li, ul {
    list-style: none
}

a {
    color: inherit;
    text-decoration: none
}

a, button {
    -webkit-tap-highlight-color: transparent
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    font-family: Microsoft YaHei
}

input, textarea {
    background: 0 0;
    border: none;
    outline: 0
}

input:focus:-moz-placeholder, input:focus::-webkit-input-placeholder {
    color: transparent
}

textarea {
    resize: none
}

.btn:focus, .input:active, .input:focus {
    outline: 0
}

.clearfix:after {
    content: "";
    display: table;
    height: 0;
    clear: both
}

.clearfix {
    zoom: 1
}

em, i {
    font-style: normal
}

.wrap {
    width: 1200px;
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.divgap {
    margin-bottom: 80px
}

.mtitle {
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 30px
}

.mtitle a {
    float: right;
    font-size: 18px;
    color: #869099;
    font-weight: 400;
    margin-top: 5px
}

.mtitle a.zs-more {
    color: #14be46
}

.location {
    margin: 20px 0 40px;
    color: #869099;
    font-size: 14px
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #889098 !important
}

.headerNew {
    border-bottom: 1px #DDD solid;
    height: 136px;
    color: #272a2c;
    position: relative;
    z-index: 999;
    background: #fff
}

.headerNew a:hover {
    color: #1EBE64
}

.headerNew .warp, .headerNew .wrap {
    width: 1200px;
    margin: 0 auto
}

.headerNew .nav-menu {
    height: 40px;
    background: #26292b;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.headerNew .nav-menu li {
    float: left;
    margin-right: 30px
}

.headerNew .nav-menu li a {
    display: block;
    color: #fff
}

.headerNew .nav-menu li.active, .headerNew .nav-menu li.active a {
    color: #1EBE64
}

.headerNew .nav-menu li .app-download {
    position: absolute;
    display: none;
    z-index: 9999;
    width: 120px;
    height: 120px;
    margin-left: -30px
}

.headerNew .nav-menu li.app-down:hover .app-download {
    display: block
}

.headerNew .nav-menu .right {
    display: flex
}

.headerNew .nav-menu .right .login {
    margin-right: 25px;
    color: #fff
}

.headerNew .nav-menu .right .login-sucess {
    margin-right: 10px
}

.headerNew .nav-menu .right .login-sucess span {
    color: #fff;
    margin-right: 10px
}

.headerNew .main-nav {
    margin-top: 20px
}

.headerNew .main-nav .logo {
    width: 133px;
    height: 48px
}

.headerNew .main-nav .logo img {
    display: block;
    width: 100%
}

.headerNew .main-nav .choose-text {
    border-left: 2px #4C4A48 solid;
    padding-left: 10px;
    font-size: 20px;
    margin: 17px 10px 0
}

.headerNew .main-nav .city-choose {
    height: 23px;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 0 23px 0 10px;
    margin-top: 20px;
    line-height: 21px;
    position: relative
}

.headerNew .main-nav .city-choose .txt {
    line-height: 21px
}

.headerNew .main-nav .city-choose i {
    width: 0;
    height: 0;
    display: inline-block;
    border-width: 4px;
    border-style: solid;
    border-color: #3b4144 transparent transparent;
    position: absolute;
    right: 10px;
    top: 9px
}

.headerNew .main-nav .city-choose:hover .txt {
    color: #1EBE64
}

.headerNew .main-nav .city-choose:hover i {
    border-color: #1EBE64 transparent transparent
}

.headerNew .main-nav .search-box {
    width: 636px;
    height: 42px;
    background: #fff;
    border-radius: 4px;
    margin-top: 6px;
    padding: 0 20px 0 0;
    position: relative;
    box-sizing: content-box;
    border: 1px solid #1EBE64
}

.headerNew .main-nav .search-box .sel-val {
    width: 65px;
    height: 42px;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    float: left;
    cursor: pointer;
    position: relative;
    line-height: 36px;
    padding: 5px 20px;
    box-sizing: content-box
}

.headerNew .main-nav .search-box .sel-val .state {
    display: inline-block;
    width: 85px
}

.headerNew .main-nav .search-box .sel-val i {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 17px;
    width: 8px;
    height: 8px;
    content: "";
    border-right: 1.5px solid #26292B;
    border-bottom: 1.5px solid #26292B;
    -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
    -ms-transform: matrix(.71, .71, -.71, .71, 0, 0);
    transform: matrix(.71, .71, -.71, .71, 0, 0)
}

.headerNew .main-nav .search-box .sel-list {
    position: absolute;
    width: 95px;
    top: 46px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    z-index: 99
}

.headerNew .main-nav .search-box .sel-list a {
    display: block
}

.headerNew .main-nav .search-box .search-btn {
    width: 87px;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    background: #1ebe64;
    border-radius: 3px;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.headerNew .main-nav .search-box .search-inp {
    width: 430px;
    height: 42px;
    line-height: 46px \9;
    font-size: 14px;
    background: 0 0;
    display: block;
    float: left;
    border: none;
    outline: 0;
    color: #26292B
}

.headerNew .main-nav .search-box .search-list {
    width: 654px;
    max-height: 378px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: absolute;
    overflow: auto;
    top: 42px;
    display: none;
    z-index: 98
}

.headerNew .main-nav .search-box .search-list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #efefef
}

.headerNew .main-nav .search-box .search-list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #efefef
}

.headerNew .main-nav .search-box .search-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #ddd
}

.headerNew .main-nav .search-box .search-list li {
    height: 42px;
    line-height: 42px;
    padding: 0 20px
}

.headerNew .main-nav .search-box .search-list li a {
    display: block
}

.headerNew .main-nav .search-box .search-list li a .tag {
    white-space: nowrap;
    height: 18px;
    background: #f0f2f5;
    border-radius: 4px;
    line-height: 17px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 400;
    color: #44577e
}

.headerNew .main-nav .search-box .search-list li a .name {
    margin-left: 5px;
    font-size: 14px;
    color: #26292B
}

.headerNew .main-nav .search-box .search-list li a .name .black {
    color: #26292B
}

.headerNew .main-nav .search-box .search-list li a .area {
    margin-left: 5px;
    font-size: 12px;
    color: #869099
}

.headerNew .main-nav .search-box .search-list li a .price {
    font-size: 14px;
    font-weight: 700;
    color: #869099
}

.headerNew .main-nav .search-box .search-list li:hover {
    background: #F8F7F7
}

.headerNew .main-nav .search-box .search-list p {
    line-height: 40px;
    padding-left: 20px;
    display: none
}

.headerNew .menu-list-box {
    width: 100%;
    border-bottom: 1px solid #DDD;
    padding: 30px 0;
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 99
}

.headerNew .menu-list-box .title {
    font-weight: 700;
    padding-bottom: 8px;
    position: relative;
    margin-top: 0 !important;
    font-size: 16px;
    display: block
}

.headerNew .menu-list-box .menu-left-side {
    border-right: 1px solid #BBB;
    float: left
}

.headerNew .menu-list-box .menu-left-side .col-box1 {
    width: 133px
}

.headerNew .menu-list-box .menu-left-side .col-box2 {
    width: 163px
}

.headerNew .menu-list-box .menu-left-side .col-box3 {
    width: 237px
}

.headerNew .menu-list-box .menu-left-side li {
    margin-top: 20px
}

.headerNew .menu-list-box .menu-left-side li.code-app {
    margin-top: 10px;
    width: 106px;
    height: 106px
}

.headerNew .menu-list-box .menu-left-side li.code-app img, .login-container, .login-container .overlay-bg {
    width: 100%;
    height: 100%
}

.headerNew .menu-list-box .menu-right-side {
    margin-left: 30px
}

.headerNew .menu-list-box .menu-right-side .link {
    margin-top: 20px;
    display: block
}

.headerNew .menu-list-box .menu-right-side .link p {
    color: #1EBE64;
    margin-top: 5px
}

.headerNew .menu-list-box .menu-right-side .relate-links a {
    display: block;
    margin-top: 20px
}

.headerNew .menu-list-box .noborder .menu-left-side {
    border-right: none
}

.headerNew .menu-list-box .ad {
    float: right
}

.login-container {
    background-color: transparent;
    position: fixed;
    display: none;
    z-index: 100002;
    border-radius: 4px;
    box-shadow: none;
    top: 0;
    left: 0
}

.login-container .overlay-bg {
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

.login-container .panel-login {
    width: 360px;
    height: auto;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -205px;
    display: none;
    z-index: 10000;
    border-radius: 4px;
    padding-left: 0
}

.login-container .panel-login .panel-info {
    padding: 50px 30px;
    width: auto
}

.login-container .panel-login .panel-info .close-login {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 28px;
    line-height: 30px;
    color: #18172E
}

.login-container .panel-login .panel-info .p-title {
    font-size: 20px;
    color: #3b4144;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 30px
}

.login-container .panel-login .panel-info .login-form li.check-ver {
    height: auto;
    border: none
}

.login-container .panel-login .panel-info .login-form li input {
    box-sizing: border-box;
    text-indent: 0 !important;
    font-size: 14px !important
}

.login-container .panel-login .panel-info .login-form li .inpsty {
    width: 100% !important;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    background: #F0F2F5;
    padding-left: 20px;
    margin-top: 10px
}

.login-container .panel-login .panel-info .login-form li {
    height: 56px;
    position: relative;
    border: none;
    margin-top: 0
}

.login-container .panel-login .panel-info .login-form .verifycode {
    position: relative
}

.login-container .panel-login .panel-info .login-form li.verifycode .send-verify-code {
    display: block;
    color: #889098;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 14px;
    text-align: center;
    padding-right: 20px;
    padding-left: 15px;
    min-width: 85px;
    line-height: initial
}

.login-container .panel-login .panel-info .login-form li.verifycode .send-verify-code em {
    padding: 0 16px;
    border-left: 1px solid #BFBFBF
}

.login-container .panel-login .panel-info .login-form li.li-btn {
    border: none;
    margin-top: 25px;
    height: auto
}

.login-container .panel-login .panel-info .login-form li.li-btn a.btn {
    height: 46px;
    background: #1EBE64 !important;
    border-radius: 23px;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    margin-top: 10px
}

.login-container .panel-login .panel-info .login-form li.show-error {
    border: none;
    color: #FF6263;
    display: none;
    padding-top: 15px;
    height: auto
}

.login-container .panel-login .panel-info .login-form li.footer-link {
    padding: 24px 0 0
}

.login-container .panel-login .panel-info .login-form li.footer-link a {
    color: #1EBE64
}

.login-container .panel-login .panel-info .login-form li.noborder {
    border: none;
    height: auto
}

.login-container .panel-login .panel-info .login-form li .forgetpsw {
    color: #11a43c;
    float: right;
    margin-top: 10px
}

.login-container .panel-login .panel-info .login-form li .forgetpsw:hover {
    text-decoration: underline
}

.login-container .password-view {
    display: inline-block;
    width: 18px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 15px
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

#userAgree {
    border: none;
    margin-top: 8px;
    height: auto;
    padding: 0
}

#userAgree span {
    color: #BFBFBF;
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px
}

#userAgree span a {
    color: #BFBFBF
}

#userAgree span a:hover {
    color: #4da635
}

.help-banner-box ul #userAgree {
    margin-top: -3px
}

.user-agree .check-agree {
    width: 13px;
    height: 13px;
    margin-top: -1px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-appearance: none
}

.user-agree .check-agree.on {
    background-size: 12px
}

.login-container .panel-login .panel-info .login-form li.li-btn a.grey {
    background: #A3DFBD
}

.appLoadpop .app-ad {
    width: 100%;
    height: 180px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: block
}

.appLoadpop .wrap {
    position: relative
}

.appLoadpop .wrap .close {
    font-size: 30px;
    line-height: 1;
    font-family: Simsun;
    color: #000;
    position: absolute;
    top: 10px;
    right: -15px;
    -webkit-transition: -webkit-transform .3s
}