body{
    color: #1b1b1b;
    font-size: 14px;
    line-height: 20px;
}
a,a:hover,a:focus {
    color: #1b1b1b;
    text-decoration: none;
    position: relative;
    outline: none;
}
a::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background: #707070;
    box-shadow: 0 1px 0 0 #d6d6d6;
    bottom: -1px;
    left: 0;
}
p,ul,body {
    margin: 0;
    padding: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
li {
    list-style: none;
}




.com_sure_btn {
    min-width: 166px;
    padding: 0 20px;
    background: #1b1b1b;
    color: #fffefe;
    line-height: 40px;
    border: none;
    outline: none;
    border-radius: 0;
}
.com_sure_btn:hover {
    color: #fff;
}
.com_cancel_btn {
    min-width: 166px;
    padding: 0 20px;
    background: #fff;
    color: #1b1b1b;
    border: 1px solid #858585;
    line-height: 36px;
    outline: 1px solid #1b1b1b;
    border-radius: 0;
}
.com_cancel_btn:hover {
    color: #1b1b1b;
}
input[type="button"].com_btn {
    border: 1px solid #868686;
    box-shadow: 0px 0px 0px 1px #1b1b1b;
    padding: 4px 21px;
    background: #fff;
    font-size: 12px;
    outline: none;
    width: 100px;
}
input[type="text"].com_text_box {
    border: 1px solid #d1d1d1;
    text-indent: 14px;
    outline: none;
    padding: 5px 0;
    font-size: 14px;
    width: 168px;
}
.new_input {
    margin: 0 8px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: text-bottom;
    height: 17px;
    width: 17px;
    border: 2px solid #aeaeae;
    border-radius: 3px;
    outline: 0;
    background: #fff;
    outline: none;
    position: relative;
}
.new_input[type="radio"] {
    border-radius: 50%;
    height: 22px;
    width: 22px;
}
.new_input[type="radio"]:checked {
    background: #000;
    border: 2px solid #000;
    outline: none;
}
.new_input[type="radio"]:focus {
    outline: none;
}
.new_input[type="checkbox"]:checked {
    border: 0;
    background: #1b1b1b;
}
.new_input[type="checkbox"]:focus {
    outline: none;
}
.new_input[type="checkbox"]:checked::before {
    height: 11px;
    width: 6px;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 6px;
    box-sizing: border-box;
    content: "";
    display: block
}
.new_input[type="radio"]:checked::before {
    content: "";
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
}
.select_wrap {
    position: relative;
    display: inline-block;
}
.select_wrap select {
    width: 100%;
    line-height: 40px;
    border: 1px solid #d1d1d1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    text-indent: 18px;
    outline: none;
}
.select_wrap::after {
    position: absolute;
    content: "";
    display: block;
    height: 9px;
    width: 9px;
    border: none;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: rotate(45deg);
    right: 15px;
    pointer-events: none;
    top: 13px;
}
textarea.user_text_input {
    border: 1px solid #d1d1d1;
    padding: 13px 10px;
    line-height: 18px;
    width: 100%;
    height: 120px;
    resize: none;
}
textarea.user_text_input::-webkit-scrollbar {
    width: 8px;
    background-color: #dae1e8;
    border-radius: 8px;
}
textarea.user_text_input::-webkit-scrollbar-track {
    background-color: #f0f3f6;
}
textarea.user_text_input::-webkit-scrollbar-thumb {
    background-color: #dae1e8;
    border-radius: 8px;
}
.container {
    max-width: 1030px;
    min-height: 770px;
    width: 100%;
}

/* about us page */
.about_banner {
    height: 601px;
    width: 100%;
    margin-top: 66px;
    background: url("../img/about_banner.jpg")no-repeat center center/cover;
}
.about_banner h2 {
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    margin-top: 150px;
}
.who_we_are {
    background: #fff;
    box-shadow: 0 0 80px 1px rgba(0,0,0,0.1);
    padding: 45px 75px 83px;
    margin-top: -94px;
}
.who_we_are p.tit,.about_privacy_care > h2 {
    font-size: 36px;
    line-height: 80px;
    text-align: center;
}
.who_we_are p.desc,.about_privacy_care > p.desc,.about_privacy_care .about_article .article_text {
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}
.about_privacy_care {
    margin-top: 40px;
}
.about_privacy_care .about_article {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 120px;
    padding-bottom: 70px;
}
.about_privacy_care .about_article img,.about_privacy_care .about_article .article_text {
    width: 50%;
}
.about_privacy_care .about_article .article_text {
    padding: 50px 45px 0 75px;
    text-align: left;
}
.about_list {
    position: relative;
    padding: 37px 0 43px;
    margin-top: 120px;
}
.about_list ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
    border: none;
}
.about_list .tab-content {
    max-width: 718px;
    min-height: 451px;
    background: #fbe6f0;
    float:right;
    padding: 38px 40px 60px 115px;
}
.about_list .tab-content p.tit {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
}
.about_list .tab-content p.desc {
    font-size: 18px;
    line-height: 36px;
    margin-top: 45px;
}
.about_list ul li {
    width: 100%;
    margin-top: 39px;
    padding: 45px 20px 0;
    background: #fff;
    box-shadow: 0 0 80px 1px rgba(0,0,0,.1);
    height: 150px;
}
.about_list ul li:first-child {
    margin-top: 0;
}
.about_list .nav-tabs>li.active>a,.about_list .nav-tabs>li.active>a:focus, .about_list .nav-tabs>li.active>a:hover {
    color: #ed2a8a;
    border: none;
}
.about_list .nav-tabs>li.active::after {
    height: 14px;
    width: 20px;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 25px;
    background: url(../img/arrow_about.png)no-repeat center center;
}
.about_list .nav-tabs>li>a {
    margin-right: 2px;
    border: none;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    border-radius: 0;
    color: #1b1b1b;
}
.about_list .nav-tabs>li>a::after {
    display: none;
}
.about_list .nav-tabs>li>a:hover {
    background: none;
}
.publicHeader {
    border-bottom: 1px solid #ddd;
    min-width: 1200px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    left: 0;
    background: #fff;
    min-width: auto;
}
.publicHeader .header_contact {
    max-width: 1000px;
    width: 100%;
}
.unlogin_heard_link {
    display: none;
}
.unlogin_heard_link ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 66px;
}
.unlogin_heard_link ul li {
    margin: 0 28px;
    font-size: 14px;
}
.unlogin_heard_link ul li a {
    color: #1b1b1b;
}
.publicHeader .logoBox {
    position: static;
    float: left;
}
.publicHeader .logoBox .logo {
    margin-left: 0;
}
.unlogin_heard_link ul li .sign_in_btn {
    background: #ed2a8a;
    line-height: 40px;
    width: 120px;
    display: inline-block;
    color: #fff;
    text-align: center;
}
.publicHeader .unlogin_heard_link {
    display: block;
}
.publicHeader .nav_wrap,.publicHeader .upgrade,.publicHeader .userArea {
    display: none;
}
.header_contact {
    width: 1000px;
    margin: auto;
    height: 66px;
}
.logoBox {
    width: 260px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}
.nav {
    float: left;
    height: 66px;
}
.upgrade {
    position: absolute;
    right: 0;
    top: 0;
    height: 66px;
    width: 170px;
    line-height: 66px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    background-color: #e6613d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}
.userArea {
    height: 66px;
    float: right;
    position: relative;
}
.logoBox .logo {
    margin: auto;
    cursor: pointer;
}
.logo {
    width: 216px;
    height: 16px;
}
.svgIcon {
    width: 100%;
    height: 100%;
    fill: currentColor;
    overflow: hidden;
}
#icon-logo .st0{
    fill:#ED2A8A;
}
.publicHeader a::after {
    display: none;
}
.publicHeader a {
    position: static;
}
/*----foot start----*/
.footer {
    width: 100%;
    background: #fff;
    border-top: 1px solid #dddddd;
}
.footer .footer_link {
    padding: 18px 15px 40px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    max-width: 1030px;

}
.footer .footer_link p {
    color: #777;
    text-align: center;
    margin-top: 8px;
}
.footer .footer_link p a {
   color: #777;
    text-decoration: none;
    padding: 0 8px;
    display: inline-block;
}
.footer .footer_link p a::after {
    display: none;
}
/*----foot end----*/
@media screen and (max-width: 1500px) {
    .contact_header .logo {
        margin: 23px 60px 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .about_banner {
        height:calc(100vh - 131px);
        margin-top: 131px;
    }
    .who_we_are {
        padding: 30px 75px 83px;
    }
    .about_banner h2 {
        font-size: 34px;
        line-height: 55px;
        text-align: center;
        margin-top: 115px;
    }
    .about_privacy_care .about_article img, .about_privacy_care .about_article .article_text {
        width: 100%;
    }
    .about_privacy_care .about_article .article_text {
        padding: 30px 0 0 0;
    }
    .about_privacy_care .about_article {
        margin-top: 70px;
    }
    .who_we_are p.tit, .about_privacy_care > h2 {
        line-height: 58px;
        font-size: 26px;
    }
    .about_list .tab-content {
        padding: 38px 15px 60px 15px;
    }
    .about_list ul {
        width: 100%;
    }
    .about_list ul li {
        width: 29%;
        margin: 0 2%;
        padding: 0;
        height: 70px;
    }
    .about_list .nav-tabs>li.active::after {

    }
    .about_list .nav-tabs>li>a {
        font-size: 14px;
        line-height: 18px;
        width: calc(100% - 22px);
        position: absolute;
        top: 50%;
        left: 4px;
        transform: translateY(-50%);
    }
    .about_list .nav-tabs>li.active::after {
        right: 2px;
        bottom: 50%;
        transform: translateY(50%);
    }
    .publicHeader .header_contact {
        height: 132px;
    }
    .publicHeader .logoBox {
        float: none;
    }
    .publicHeader .logoBox .logo {
        margin-left: 15px;
    }
    .publicHeader .unlogin_heard_link {
        float: left;
    }
    .unlogin_heard_link ul li {
        margin: 0 15px;
    }
}
@media screen and (max-width: 414px){
    .who_we_are {
        padding:30px 10px 50px;
    }
    .about_list ul li {
        height: 120px;
    }
    .about_list ul {
        top: -50px;
    }
}