
html, body, p, form, ul, li {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

body {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    background: #fff;
    font-size: 14px;
    color: #333;
    min-width: 1200px;
}

a, a:focus, a:hover {
    color: inherit;
}

img {
    border: 0
}

input {
    border: 0;
    padding: 0
}

a {
    text-decoration: inherit;
}

.a {
    cursor: pointer;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    font-size: 14px;
    margin: 0;
}

.fz-12 {
    font-size: 12px
}

.fz-14 {
    font-size: 14px
}

.fz-16 {
    font-size: 16px
}

.fz-18 {
    font-size: 18px
}

.fz-20 {
    font-size: 20px
}

.fz-22 {
    font-size: 22px
}

.fz-26 {
    font-size: 26px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.color-f {
    color: #fff
}

.color-3 {
    color: #333
}

.color-6 {
    color: #666
}

.color-8 {
    color: #888
}

.color-9 {
    color: #999
}

.dis-bk {
    display: block
}

.dis-inbk {
    display: inline-block
}

.dis-no {
    display: none
}

.hz-cf:after, .hz-cf:before {
    content: " ";
    display: table;
}

.hz-cf:after {
    clear: both
}

.hz-fl {
    float: left
}

.hz-fr {
    float: right
}

.fz-b {
    font-weight: 600
}

.warp {
    width: 1200px;
    margin: auto
}

.hz-btn {
    padding: 6px 12px;
    display: inline-block;
    color: #fff;
    background: #ff5562;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hz-btn:hover {
    opacity: 0.9;
    color: #fff;
}

.m-color {
    color: #ff5562;
}

.hz-xc {
    text-align: center
}

.hz-xl {
    text-align: left
}

.hz-xf {
    text-align: right
}

.v-m {
    vertical-align: middle
}

/*header*/
header, .m-bg {
    background: #fff;
}

.m-text a:hover {
    color: #ff5562
}

header img {
    display: inline-block;
}

nav {
    background: #ff4a60;
}

.cont_top {
    border-bottom: 1px solid #e9e9e9;
    background: #e5e5e5;
}

.hd_con {
    padding: 15px 0;
}

.nav_list, nav {
    height: 43px;
}

.nav_text li {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin-right: 20px;
    color: #666;
    list-style: none;
}

.nav_text li a:hover {
    color: #ff5562;
}

.nav_list li {
    float: left;
    list-style: none;
}

.nav_list li a {
    color: #fff;
    font-size: 20px;
    padding: 0 21px;
    height: 43px;
    line-height: 43px;
    display: block;
}

.nav_list li a:hover, .nav_list li a.active {
    background: #eb3232;
}

.nav_text li .addlisten {
    vertical-align: middle;
    width: 20px;
    margin-right: 5px;
    margin-top: 0;
}

.two_nav {
    padding: 20px 0 10px;
    border-bottom: 2px solid #e3e3e3;
}

.two_nav li {
    float: left;
    width: 100px;
    text-align: center;
    margin-bottom: 5px;
}

.cont_t {
    height: 32px;
    line-height: 32px;
}

.cont_tlmr {
    margin-right: 30px;
}

.net_nav img {
    width: 25px;
    margin-left: 5px;
    transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    display: inline-block;
}

.net_nav:hover img {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.cont_t {
    position: relative;
}

.net_nav:hover .net_ncon {
    display: block;
}

.net_ncon {
    position: absolute;
    top: 30px;
    left: 80px;
    padding: 15px 0 0;
    border: 1px solid #e1e1e1;
    background: #fff;
    line-height: 1;
    width: 485px;
    display: none;
    border-radius: 3px;
    z-index: 101;
}

.box_con {
    width: 100%;
    margin-bottom: 15px;
}

.box_con a {
    width: 20%;
    display: block;
    float: left;
    text-align: center;
    border-right: 1px solid #4d4d4d;
}

.box_con a:last-child {
    border-right: 0;
}

.net_ncont {
    width: 20%;
    text-align: center;
}

.net_nright img.mr-5 {
    width: 20px;
    vertical-align: middle;
}

.net_phone {
    color: #ff5562;
    font-weight: 600;
}

.net_r {
    position: relative;
    cursor: pointer
}

.net_rewm {
    line-height: 1;
    top: 35px;
    left: -20px;
    position: absolute;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    display: none;
    z-index: 99;
}

.net_r:hover .net_rewm {
    display: block;
}

.hd_con img {
    margin-top: 5px;
}

/*footer*/
footer {
    background: #fff;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.fbox_ot {
    font-size: 30px;
    color: #666;
    margin-top: 16px;
}

.fbox_ob {
    color: #999;
}

.footer_con {
    width: 1040px;
    padding-top: 25px;
}

.fbox_two {
    width: 630px;
    margin-left: 69px;
    position: relative;
}

.fbox_two a {
    font-size: 16px;
    color: #666;
    line-height: 44px;
    width: 120px;
    display: inline-block;
    text-align: center;
}

.fbox_two a:hover {
    color: #ff5562;
}

.ewm_box {
    width: 100px;
    text-align: center;
    margin-right: 60px;
    margin-top: 7px;
}

.ewm_box span {
    color: #666;
}

.ewm_box img {
    margin-bottom: 5px;
    width: 100px;
}

.by, footer .by {
    text-align: center;
    color: #aaa;
    font-size: 12px;
    padding: 10px 0;
    background: #f1f1f1;
    margin-top: 20px;
}

.fbox_thr.hz-fl.hz-cf {
    margin-left: 25px;
}

.fbox_one {
    padding-top: 2px;
    position: relative;
}

.fbox_one:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 166px;
    background-color: #ff0000;
    right: -27px;
    top: 11px;
}

.fbox_two:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 115px;
    background-color: #ff0000;
    right: -5px;
    top: 5px;
}

/*module code*/
.module {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 170px;
    height: 400px;
    z-index: 99;
    display: none;
}

.btn_coloe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 100;
    cursor: pointer;
}

.h_btn {
    cursor: pointer;
}

.add {
    animation: mymove .5s 1 linear;
    -webkit-animation: mymove .5s 1 linear;
    -moz-animation: mymove .5s 1 linear;
    -ms-animation: mymove .5s 1 linear;
    -o-animation: mymove .5s 1 linear;
}

.out {
    animation: myout .5s 1 linear;
    -webkit-animation: myout .5s 1 linear;
    -moz-animation: myout .5s 1 linear;
    -ms-animation: myout .5s 1 linear;
    -o-animation: myout .5s 1 linear;
}

@keyframes mymove {
    20% {
        transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        -moz-transform: scale3d(.9, .9, .9);
        -webkit-transform: scale3d(.9, .9, .9);
        -o-transform: scale3d(.9, .9, .9);
    }
    50%, 55% {
        transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1);
    }
    75% {
        transform: scale3d(1.2, 1.2, 1.2);
        -ms-transform: scale3d(1.2, 1.2, 1.2);
        -moz-transform: scale3d(1.2, 1.2, 1.2);
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -o-transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes mymove {
    20% {
        transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        -moz-transform: scale3d(.9, .9, .9);
        -webkit-transform: scale3d(.9, .9, .9);
        -o-transform: scale3d(.9, .9, .9);
    }
    50%, 55% {
        transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1);
    }
    75% {
        transform: scale3d(1.2, 1.2, 1.2);
        -ms-transform: scale3d(1.2, 1.2, 1.2);
        -moz-transform: scale3d(1.2, 1.2, 1.2);
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -o-transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
    }
}

@keyframes myout {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }
}

@-webkit-keyframes myout {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }
}

/*customer service*/
.page_right {
    right: 0;
    top: 70%;
    position: fixed;
    transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}

.page_close {
    width: 50%;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

/*intention form right*/
.frommsg {
    top: 20%;
    right: -330px;
    margin: auto;
    position: fixed;
    z-index: 3;
    height: 437px;
    width: 370px;
    transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    display: block;
}

/*intention form module*/
.frommsg.moduleformmsg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 3;
    height: 437px;
    width: 330px;
    transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    display: none;
}

.frommsg .box, .frommsg .menu {
    float: left;
    border-radius: 5px
}

.frommsg .menu {
    cursor: pointer;
    width: 40px;
    height: 350px;
    margin-top: 50px;
    background: #f04276;
    padding: 40px 8px 8px;
    color: #fff;
    font-size: 20px;
    line-height: 32px
}

.frommsg .box {
    background: #fff;
    height: 440px;
    width: 330px;
    overflow: hidden
}

.frommsg .box .title {
    background: #ff739d;
    color: #fff;
    padding: 8px;
    font-size: 15px
}

.frommsg .box .title .glyphicon-remove-sign {
    cursor: pointer;
    float: right;
    margin-top: -2px;
    font-size: 25px
}

.frommsg .box .frombox {
    border: 5px solid #ff739d;
    border-top: 0;
    height: 403px;
    padding: 25px 22px 22px
}

.frommsg .box .frombox .text1 {
    color: #999
}

.frommsg .box .frombox .text1 .glyphicon-info-sign {
    color: #ff739d
}

.frommsg .box .frombox .input .glyphicon-asterisk {
    color: red;
    padding-right: 10px;
    font-size: 12px
}

.frommsg .box .frombox .input .radios {
    width: 183px;
    padding-right: 10px;
    float: right;
    color: grey
}

.frommsg .box .frombox .input .radios label .glyphicon-ok-circle {
    color: #ff739d
}

.frommsg .box .frombox .input input, .frommsg .box .frombox .input textarea {
    width: 180px;
    outline: 0;
    border: 1px solid #e0e0e0;
    padding: 6px
}

.frommsg .box .frombox .input input:focus, .frommsg .box .frombox .input textarea:focus {
    border: 1px solid #ff739d
}

.frommsg .box .frombox .btn-box .btn {
    background: #ff739d;
    color: #fff
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*, :after, :before, input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

@font-face {
    font-family: 'Glyphicons Halflings';
    /*src: url(../fonts/glyphicons-halflings-regular.eot);*/
    /*src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), */
    /*url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),*/
    /*url(../fonts/glyphicons-halflings-regular.woff) format('woff'), */
    /*url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), */
    /*url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')*/
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.frommsg .box .frombox .input .radios label, .wish .box .frombox .input .radios label {
    font-weight: inherit;
    margin-right: 10px;
    cursor: pointer;
}

.frommsg .box .frombox .input input[type=radio], .frommsg .box .frombox .input textarea[type=radio], .wish .box .frombox .input input[type=radio], .wish .box .frombox .input textarea[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

#form1 .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#form2 .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.frommsg .box .frombox .btn-box {
    text-align: center;
}

.frommsg .box .frombox .input, .wish .box .frombox .input {
    margin-bottom: 10px;
}

.frommsg .glyp_time {
    width: 180px;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    outline: none;
    border: 1px solid #e0e0e0;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

.Marriage .right-box .top-article .top-article-text li {
    margin-left: 0 !important;
}

.top-article .top-article-text li:nth-of-type(4) {
    display: none !important;
}

.new_module .contact_in {
    width: 380px;
    height: 300px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.new_module .contact_in h2 {
    color: #fff;
    background: #f04276;
}

.new_module .contact_in .line_sex label {
    width: 30%;
    display: inline-block;
}

.new_module .contact_in .close {
    background: #fff;
}

.seo_nav {
    background: #ff4a60;
    height: 43px;
    position: relative;
}

.seo_nlist > li {
    float: left;
    line-height: 43px;
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    list-style: none;
}

.seo_nlist > li a {
    color: inherit;
}

.seo_nlist li:hover, .seo_nlist li.active {
    background: #eb3232;
}

.seo_ndown {
    position: absolute;
    color: #fff;
    width: 100%;
    left: 0;
    bottom: -100%;
    background: rgba(229, 229, 229, 0.8);
    z-index: 99;
    display: none;
}

.seo_ndown .warp a {
    display: inline-block;
    padding: 0 18px;
    color: #333;
    font-size: 18px;
}

.seo_ndown a:hover {
    color: #ff4a60;
}

.other:after {
    content: '';
    display: inline-block;
    border: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    vertical-align: middle;
    margin-top: 4px;
}

.seo_nlist li:hover .seo_ndown {
    display: block;
}

.seo_npone {
    padding-left: 30px;
}

.seo_nptwo {
    padding-left: 450px;
}

.seo_npthr {
    padding-left: 140px;
}

.seo_npfour {
    padding-left: 658px;
}

.seo_npfive {
    padding-left: 850px;
}

ul li {
    list-style-type: none;
}

/* 侧边栏 */
.side-fixed {
    width: 53px;
    position: fixed;
    right: 10px;
    top: 34%;
    z-index: 100
}

.side-fixed ul {
    padding-left: 0;
}

.side-fixed ul li {
    width: 52px;
    height: 52px;
    background: #fc759e;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.side-fixed ul li a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 48px;
}

.side-fixed ul li a img {
    display: inline-block;
    vertical-align: middle;
}

.side-fixed ul li span {
    display: block;
    vertical-align: middle;
    padding-top: 7px;
}

.side-fixed ul li .side-ewm {
    width: 136px;
    position: absolute;
    left: -155px;
    top: -100px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px #888;
    position: relative;
    padding-top: 4px;
    display: none;
}

.side-fixed ul li .side-ewm p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    background: #fc759e;
    height: 33px;
    line-height: 33px;
}

.side-fixed ul li .side-ewm .ewm-img {
    width: 113px;
    height: 112px;
    overflow: hidden;
    margin: 0 auto;
}

.side-fixed ul li .side-ewm .ewm-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.side-fixed ul li .side-ewm .sj {
    position: absolute;
    right: -12px;
    bottom: 55px;
}

.qgqz .type-list {
    padding-right: 20px;
    position: absolute;
    left: -140px;
    top: 0;
    display: none
}

.qgqz .type-list p {
    width: 125px;
    height: 30px;
    background: #eb9ab3;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    line-height: 30px;
    font-size: 13px;
    margin-bottom: 6px;
}

.qgqz .type-list p.on {
    background: #fc759e;
}

.side-yxd {
    padding-right: 40px;
    position: absolute;
    margin-left: -324px;
    top: 50%;
    margin-top: -156px;
    display: none;
}

.side-yxd .yxd-in {
    width: 305px;
    height: 435px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px #888;
}

.side-yxd .yxd-in.hid {
    margin-left: 100px
}

.side-yxd .yxd-in .yxd-tt {
    background: #fc759e;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 36px;
}

.side-yxd .yxd-in .close {
    position: absolute;
    right: 46px;
    top: 3px;
    cursor: pointer;
}

.side-yxd .yxd-in .yxd-info {
    padding: 15px;
    color: #333;
}

.side-yxd .yxd-in .yxd-info form > label {
    width: 100%;
}

.side-yxd .yxd-in .yxd-info .time p {
    text-align: left
}

.side-yxd .yxd-in .yxd-info .text {
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #eeeeee;
    padding-left: 10px;
    outline: none;
    margin-bottom: 15px;
}

.side-yxd .yxd-in .yxd-info .time-scroll {
    width: 100%;
    border: 1px solid #d2d2d2;
    height: 110px;
    overflow-y: scroll;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: left
}

.side-yxd .yxd-in .yxd-info .time .time-scroll label {
    display: inline-block;
    margin: 13px 5px 0;
    text-align: left
}

.side-yxd .yxd-in .yxd-info .btn-submit input {
    width: 100%;
    height: 38px;
    background: #fc759e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.submit-tc {
    width: 300px;
    height: 160px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #888;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -80px;
    z-index: 1000;
    display: none;
}

.submit-tc p {
    text-align: center;
    padding-top: 50px;
    font-size: 15px;
}

.submit-tc span {
    width: 60px;
    height: 30px;
    display: block;
    line-height: 30px;
    background: #ff5562;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
}

.gw-popup .popup-label {
    width: 315px;
    height: 160px;
    font-size: 16px;
    padding-top: 20px;
    box-sizing: border-box;
}

.gw-yxd .yxd-in .yxd-info .time {
    width: 285px;
    margin: 0 auto;
}

.gw-popup .popup-label .popup-btn {
    font-size: 16px;
}

.yxd-in .yzm {
    overflow: hidden;
    width: 285px;
    margin: 0 auto;
}

.yxd-in .txyzm {
    display: none
}

.yxd-in .yzm input {
    float: left;
    width: 155px;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #eeeeee;
    padding-left: 10px;
    outline: none;
    margin-bottom: 15px;
}

.yxd-in .yzm span {
    float: left;
    margin-left: 10px;
    height: 38px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    width: 105px;
    display: block;
}

.yxd-in .yzm span img {
    display: block;
    width: 100%;
}

.yxd-in .yzm span.code-btn {
    width: 105px;
    background: #fc759d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.yxd-in .yxd-info .btn-submit {
    width: 285px;
    height: 38px;
    background: #fc759e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    line-height: 38px;
    margin: 0 auto;
}

.popup {
    z-index: 10000;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup-hind {
    font-size: 16px;
    line-height: 1.2;
}

.popup .popup-label {
    width: 300px;
    height: 150px;
    padding: 1rem;
    background: white;
    border-radius: 0.25rem;
    box-shadow: 0 0 1px 1px #e0e0e0;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.8rem;
    color: #767676;
    line-height: 1.2rem;
    text-align: center;
}

.popup .popup-label .popup-btn {
    cursor: pointer;
    position: absolute;
    bottom: .5rem;
    right: 1rem;
    color: #ff4e5d;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
}

.fadeIn {
    -webkit-animation: fadeIn 1s .2s ease both;
    -moz-animation: fadeIn 1s .2s ease both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeOut {
    -webkit-animation: fadeOut 1s .2s ease both;
    -moz-animation: fadeOut 1s .2s ease both;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.gw-yxd {
    padding-right: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.gw-yxd .yxd-in {
    width: 354px;
    height: 454px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #888;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -176px;
    margin-top: -252px;
    box-sizing: border-box;
    overflow: hidden;
}

.gw-yxd .yxd-in.hid {
    margin-left: 100px
}

.gw-yxd .yxd-in .yxd-tt {
    background: #fc759e;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 36px;
    line-height: 36px;
}

.gw-yxd .yxd-in .close {
    position: absolute;
    right: 10px;
    top: 9px;
    cursor: pointer;
}

.gw-yxd .yxd-in .yxd-info {
    padding: 15px;
    color: #333;
}

.gw-yxd .yxd-in .yxd-info form > label {
    width: 100%;
}

.gw-yxd .yxd-in .yxd-info .time p {
    text-align: left;
    font-size: 14px;
}

.gw-yxd .yxd-in .yxd-info .text {
    display: block;
    width: 285px;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #eeeeee;
    padding-left: 10px;
    outline: none;
    margin-bottom: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.gw-yxd .yxd-in .yxd-info .time-scroll {
    width: 98%;
    border: 1px solid #d2d2d2;
    height: 110px;
    overflow-y: scroll;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: left
}

.gw-yxd .yxd-in .yxd-info .time .time-scroll label {
    display: inline-block;
    margin: 13px 5px 0 10px;
    text-align: left;
    font-size: 14px;
}

.gw-yxd .yxd-in .yxd-info .btn-submit {
    width: 285px;
    height: 38px;
    background: #fc759e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    line-height: 38px;
    margin: 0 auto;
}

.submit-tc {
    width: 300px;
    height: 160px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #888;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -80px;
    z-index: 1000;
    display: none;
}

.submit-tc p {
    text-align: center;
    padding-top: 50px;
    font-size: 15px;
}

.submit-tc span {
    width: 60px;
    height: 30px;
    display: block;
    line-height: 30px;
    background: #ff5562;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
}

.gw-yxd .yxd-in .yzm {
    overflow: hidden;
    width: 285px;
    margin: 0 auto;
}

.gw-yxd .yxd-in .yzm input {
    float: left;
    width: 155px;
    height: 36px;
    border: 1px solid #dcdcdc;
    background: #eeeeee;
    padding-left: 10px;
    outline: none;
    margin-bottom: 15px;
}

.gw-yxd .yxd-in .yzm span {
    float: left;
    margin-left: 10px;
    height: 38px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    width: 105px;
}

.gw-yxd .yxd-in .yzm span img {
    display: block;
    width: 100%;
}

.gw-yxd .yxd-in .yzm span.code-btn {
    width: 105px;
    background: #fc759d;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.gw-yxd .yxd-in .yxd-info .time {
    width: 285px;
    margin: 0 auto;
}