@charset "utf-8";

/* CSS Document */
html {
    font-family: arial;
    font-size: 62.5%;
}

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #f0f1f5;
    width: 100%;
    height: 100%;

}

a {
    text-decoration: none;
    color: #FFFFFF;
}

ul {
    list-style: none;
}

.bottom_dowload {
    display: none;
}

/*头部样式开始*/
.header {
    width: 100%;
    background-color: #393d48;
    border-bottom: 2px solid #fb9749;
    position: fixed;
    top: 0;
}

.header .header-box {
    width: 1080px;
    height: 50px;
    margin: auto;
    overflow: hidden;


}

.header .header-box::after {
    content: '';
    clear: both;
    display: block;
}

.header .header-box .logo {
    float: left;
}

.wwww {
    width: 190px;
    margin-top: 10px;
    margin-left: 10px;
}

.header .header-box .logo img {
    width: 185px;
    height: 50px;
    /* margin-top: 3px; */

}

.header .header-box .www {
    float: left;
    width: 190px;
    height: 50%;
    margin-top: 10px;
    margin-left: 10px;
}

.header .header-box .header-right {
    float: right;
    margin-top: 10px;
}

.header .header-box .header-right .login {
    margin-left: 10px;
    font-size: 1.6rem;
    border-right: 1px solid #fff;
    line-height: 16px;
    padding: 0 10px;
}

.header .header-box .header-right .login:hover {
    color: #ffeb07;
}

.header .header-box .header-right .register {
    font-size: 1.6rem;
    line-height: 50px;
    margin-left: 10px;
}

.header .header-box .header-right .register:hover {
    color: #ffeb07;
}

.header .header-box .header-right .service {
    font-size: 1.6rem;
    line-height: 50px;
    background-color: #ff7910;
    padding: 6px 12px;
    margin-left: 20px;
    border-radius: 20px;
}

.header .header-box .header-right .service:hover {
    background-color: #ffeb07;
}

.header .header-box .header-right .service img {
    margin-right: 4px;
}

@media screen and (max-width: 1100px) {

    .header {
        width: 100%;
        background-color: #393d48;
        border-bottom: none;
    }

    .header .header-box {
        width: 90%;
        height: 50px;
        margin: auto;
    }

    .header .header-box::after {
        content: '';
        clear: both;
        display: block;
    }

    .header .header-box .logo {
        float: left;
        height: 50px;
    }

    .www {
        width: 190px;

        margin: 0;
        margin-left: 55px;
        margin-top: 10px;
    }

    .header .header-box .logo img {
        margin-top: 2px;
        margin-left: 0;
    }


}

/*内容样式开始*/
.wrepper {
    background-color: #f0f1f5;
    /* background-image: url(public/static/dist/image/bg.png);*/
    margin-top: 60px;
}

.wrepper .wrepper-box {
    width: 1080px;
    margin: auto;
}

.wrepper .wrepper-box .bigtitle {
    margin-top: 7rem;
    margin-left: 13.5rem;
    margin-bottom: 4rem;
}

.wrepper .wrepper-box .lines .line {
    width: 530px;
    height: 82px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    float: left;
    margin-top: 20px;

}

.wrepper .wrepper-box .lines .right_1.line {
    margin-left: 20px;
}

.wrepper .wrepper-box .lines .line .small-logo {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: block;
    margin: 10px;
}

.wrepper .wrepper-box .lines .line:hover .small-logo {
    ;
}

.wrepper .wrepper-box .lines .line:hover .cxt .text_1 {
    color: #ff7910;
}

.wrepper .wrepper-box .lines .line .cxt {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    justify-content: space-evenly;
}

.wrepper .wrepper-box .lines .line .cxt .text_1 {
    color: #48b447;
    font-size: 2.2rem;
    display: inline-block;
    line-height: 30px;
}

.wrepper .wrepper-box .lines .line .cxt .text_2 {
    font-size: 2.4rem;
    color: #44464c;
    font-weight: bold;
    line-height: 30px;
}

.wrepper .wrepper-box .lines .line .cxt .text_3 {
    font-size: 1.5rem;
    font-family: microsoft yahei;
    line-height: 24px;
    padding: 3px 10px;
    color: white;
    background-color: #393d48;
    border-radius: 20px;
}

.wrepper .wrepper-box .lines .line .location {
    margin-right: 20px;
}


.wrepper .wrepper-box .wire {
    border-top: 2px dotted #dcdde2;
    margin-top: 30px;
    margin-bottom: 10px;
}

.wrepper .wrepper-box .botton-box {
    padding-bottom: 60px;
}

.wrepper .wrepper-box .botton-box::after {
    content: '';
    clear: both;
    display: block;
}

.wrepper .wrepper-box .botton-box li {
    float: left;
    width: 346px;
    height: 110px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.wrepper .wrepper-box .botton-box li:hover span {
    color: #ff7910;
}

.wrepper .wrepper-box .botton-box .botton_2 {
    margin-left: 13px;
}

.wrepper .wrepper-box .botton-box .botton_3 {
    margin-left: 21px;
}

.wrepper .wrepper-box .botton-box li a {
    display: block;
}

.wrepper .wrepper-box .botton-box li img {
    margin-top: 27px;
    margin-left: 50px;
    float: left;
}

.wrepper .wrepper-box .botton-box li span {
    color: #5e6066;
    line-height: 110px;
    font-size: 2rem;
    margin-left: 36px;
}


@media screen and (max-width: 1100px) {

    .wrepper {
        background-color: #f0f1f5;
        background-image: none;

    }

    .wrepper .wrepper-box {
        width: 100%;
        margin: auto;
    }

    .wrepper .wrepper-box .bigtitle {
        margin-top: 8rem;
        margin-left: 13.5rem;
        margin-bottom: 4rem;
        display: none;
    }

    .wrepper .wrepper-box .lines .line {
        width: 96%;
        display: flex;
        align-items: center;
        border-radius: 10px;
        background-color: #fff;
        margin: 10px 2% 0 2%;
    }

    .wrepper .wrepper-box .lines .right_1.line {
        margin-left: 2%;
    }

    .wrepper .wrepper-box .lines .line .small-logo {
        width: 47px;
        height: 47px;
        border-radius: 50%;
        display: block;
        margin-left: 10px;
    }

    .wrepper .wrepper-box .lines .line .cxt {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .wrepper .wrepper-box .lines .line .cxt .text_1 {
        color: #48b447;
        font-size: 1.7rem;
        display: inline-block;
        line-height: 25px;
    }

    .wrepper .wrepper-box .lines .line .cxt .text_2 {
        font-size: 1.5rem;
        color: #44464c;
        line-height: 25px;
    }

    .wrepper .wrepper-box .lines .line .cxt .text_3 {
        font-size: 1.3rem;
        line-height: 22px;
        font-family: microsoft yahei;
        padding: 2px 10px;
        color: white;
        background-color: #393d48;
        border-radius: 20px;
    }

    .wrepper .wrepper-box .lines .line .location {
        margin-right: 15px;
    }


    .wrepper .wrepper-box .wire {
        border-top: 1px dotted #dcdde2;
        margin-bottom: 10px;
        width: 96%;
        margin: auto;
        margin-top: 12px;
        margin-bottom: 4px;
    }

    .wrepper .wrepper-box .botton-box {
        padding-bottom: 20px;
        width: 96%;
        margin: auto;
    }

    .wrepper .wrepper-box .botton-box::after {
        content: '';
        clear: both;
        display: block;
    }

    .wrepper .wrepper-box .botton-box li {
        float: left;
        width: 31%;
        height: 60px;
        background-color: #fff;
        border-radius: 10px;
        margin-top: 8px;
        margin-left: 6px;
    }

    .wrepper .wrepper-box .botton-box .botton_2 {
        margin-left: 2%;
    }

    .wrepper .wrepper-box .botton-box .botton_3 {
        margin-left: 2%;
    }

    .wrepper .wrepper-box .botton-box li img {
        width: 2.4rem;
        margin-top: 18px;
        margin-left: 12px;
        float: left;
    }

    .wrepper .wrepper-box .botton-box li span {
        color: #5e6066;
        line-height: 60px;
        font-size: 0.8rem;
        margin-left: 6px;
    }

}


/*底部样式开始*/
.foot {
    width: 100%;
    height: 36px;
    background-color: #ced1db;
}

.foot .foot-text {}

.foot .foot-text p {
    text-align: center;
    line-height: 36px;
    font-size: 1.4rem;
    color: #44474c;
}

@media screen and (max-width: 640px) {
    .header .header-box .www {
        float: right;
        width: 40%;
        max-width: 48%;
        margin-top: 10px;
        margin-left: 10px;
    }

    .header .header-box .header-right {
        display: none;
        float: none
    }
}

@media screen and (max-width: 400px) {
    #li_jia {
        display: inline-block;
    }

    #li_hong {
        display: none;
    }

    .header .header-box .www {
        float: right;
        width: 40%;
        max-width: 48%;
        margin-top: 15px;
        margin-left: 10px;
    }

    .header .header-box .header-right {
        display: none;
        float: none
    }
}

#li_jia {
    display: none;
}

#li_hong {
    display: inline-block;
}

.tankuang_title {
    margin: 15px 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.copytxt {
    font-size: 1rem;
    line-height: 1.5rem;
}

.copylink {
    background-color: #FF6B6B;
    height: 3rem;
    text-align: center;
    margin-top: 10px;
}

.copylink a {
    color: #FFFFFF;
    font-weight: 700;
}

#shadowhide {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.tankuang {
    width: 20rem;
    height: 32rem;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10rem;
    margin-top: -16rem;
    border-radius: .5rem;
    text-align: center;
    font-size: 1rem;
}

.tankuang a {
    text-decoration: none;
    font-size: 2rem;
    line-height: 3rem;
}

.tankuang .weipic {
    width: 70%;
    margin: auto;
    display: inline-block;
}

.copytxt {
    font-size: 1.1rem;
    color: #999;
    line-height: 1.8rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

.copylink a:hover {
    color: green;
}

.close {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: .125rem;
    top: .125rem;
    border: none;
    vertical-align: middle;
}

.close:hover {
    cursor: pointer;
}

.jiaw:hover {
    cursor: pointer;
}

.tankuang_title {
    margin: 15px 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #48B447;
}

.color_red {
    color: #FF0000;
}

.color_green {
    color: #009900;
}

@media screen and (max-width: 640px) {

    #li_jia {
        display: inline-block;
    }

    #li_hong {
        display: none;
    }

    .bottom_dowload {
        position: fixed;
        z-index: 101;
        left: 0;
        bottom: -2px;
        width: 100%;
        background: rgba(0, 0, 0, .7);
        display: flex;
        align-items: center;
    }

    .bottom_dowload #titdowurl {
        flex: 1;
        font-size: 1.55rem;
        padding-left: 10px;
        padding-right: 25px;
        overflow: hidden;
        white-space: nowrap;
    }

    .bottom_dowload #titdowurl .app-logo {
        width: 2rem;
        display: inline-block;
    }

    .bottom_dowload .down-logo img {
        height: 5rem;
    }

    .bottom_dowload .footer-close-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 16px;
        height: 16px;
        z-index: 1000;
    }
}

.notice {
    background-color: white;
    display: flex;
    align-items: center;
}

.notice .title {
    border: 1px solid #D22D27;
    color: #D22D27;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
}

.notice #scroll_div {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1rem;
}

#scroll_begin,
#scroll_end {
    min-width: 100%;
    display: inline-block;
    padding-right: 100px;
}