.box_section_title {
    text-align: center;
    color: #333;
    font-size: 18px;
    padding: 15px;
}

.box_section_title_text {
    display: inline-block;
    padding: 20px 0px 0px;
}

.box_section_title_hr {
    height: 3px;
    border: 0px;
    background-color: #58a6fe;
    width: 40px;
    margin: 15px auto 5px;
    border-radius: 5px;
}

.product_img {
    width: 220px;
    height: 220px;
    float: left;
}

.product_img img {
    width: 100%;
}

.product_info {
    float: left;
    padding: 25px 10px 0px 20px;
    font-size: 15px;
    color: #474747;
}

.product_li {
    float: left;
    padding: 10px 20px;
    width: 512px;
}

.product_list {
    overflow: hidden;
    width: 1105px;
    margin: 0 auto;
}

.product_info_name {
    font-size: 18px;
    color: #ea5404;
    font-weight: bold;
    margin: 20px 0px;
}

.product_info_date {
    margin: 10px 0px;
}

.product_info .product_info_down {
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #1b8bfa;
    font-size: 18px;
    color: #fff;
    background-image: url(../images/down_btn_ico.png);
    background-repeat: no-repeat;
    background-position: 55px center;
}

.mobile {
    background-color: #011e46;
}

.mobile_box {
    height: 485px;
    max-width: 1440px;
    background-image: url(../images/download_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0 auto;
}

.mobile_title {
    color: #fff;
    display: inline-block;
    padding: 20px 0px 0px;
    margin: 0;
}

.mobile_download_url {
    width: 500px;
    height: 350px;
    display: block;
    float: right;
    cursor: pointer;
}

.mobile_title_hr {
    background-color: #fff;
}

.service_user {
    display: inline-block;
    width: 320px;
    height: 440px;
    padding: 25px 150px 25px 0px;
    border-right: 1px solid #eee;
}

.service_cash {
    display: inline-block;
    width: 320px;
    height: 440px;
    padding: 25px 0px 25px 150px;
}

.service_content {
    overflow: hidden;
    text-align: center;
}

.service_info_title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.service_info_desc {
    font-size: 16px;
    color: #333;
    text-align: left;
}

.service_info {
    text-align: left;
    padding: 8px;
}

.service_info_lable {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.service_info_form {
    margin: 10px 0px;
}


.service_info_form input {
    height: 35px;
    width: 215px;
    margin-left: 5px;
    border: 1px solid #dcdcdc;
}

.service_info_btn {
    background-color: #f27202;
    color: #fff;
    width: 305px;
    height: 40px;
    border: 0px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 15px;
    text-indent: 15px;
    cursor: pointer;
    margin: 10px 0px;
}

.service_info_lable_user {
    letter-spacing: 5px;
    margin-left: 1px;
}

.service_info_sel {
    width: 218px;
    height: 40px;
    margin-left: 5px;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.top_pic {
    max-width: 1440px;
    margin: 0 auto;
    line-height: 0px;
}
.top_pic img {
    width: 100%;
}

.top_pic_bg {
    background-color: #bfcde7;
}

.box_section_content {
    color: #fff;
    min-width: 880px;
}

p.mobile_name {
    font-size: 34px;
    font-weight: bold;
    line-height: 100px;
}

p.mobile_qr_desc {
    font-size: 18px;
    margin: 5px 0px;
}

.mobile_qr_btn {
    font-size: 16px;
    color: #474747;
    float: left;
    margin-top: 50px;
    margin-left: 20px;
}

.mobile_qr_btn a {
    width: 120px;
    background-color: #fff;
    border-radius: 33px;
    padding: 14px 0px 14px 60px;
    background-repeat: no-repeat;
    background-position: 20px center;
    display: block;
    margin: 20px 0px;
}


.mobile_qr_iphone {
    background-image: url(../images/iphone.png);
}

.mobile_qr_android {
    background-image: url(../images/android.png);
}

.mobile_qr_box {
    float: left;
}

.mobile_down {
    overflow: hidden;
}

.mobile_info {
    width: 44%;
    position: absolute;
    right: 0;
    min-width: 400px;
}

#service {
    margin-bottom: 30px;
}

#service .service_user {
    border: 0px;
    padding: 0px 10%;
    vertical-align: top;
}

#service .service_cash {
    padding: 0px;
    vertical-align: top;
}

#service .product_img {
    float: none;
}

#service .service_user_img{
    margin: 22px 0px;
}

#service .service_cash_img {
    margin: 20px 0px;
}

#service .product_info {
    float: none;
    text-align: left;
}

#service .download_box_list {
    display: inline-block;
    overflow: hidden;
}

#service .product_li{
    width: 230px;
    float: none;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
    .service_cash {
        padding: 25px 0px 25px 50px;
    }
    .product_info_name {
        font-size: 17px;
    }
    .product_li {
        width: 440px;
    }
    .product_list {
        width: 960px;
    }
    #service .service_user {
        border: 0px;
        padding: 0px 2%;
        vertical-align: top;
    }
}