body,
html {
    /*font-family:"San Francisco Display","pingfang", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
    /*font-family: "PingHei",  "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
    /*font-family: -apple-system, "苹方-简", "Helvetica Neue", "Helvetica", "STHeitiSC-Light", "Arial", "微软雅黑", sans-serif;*/
    /*font-family: -apple-system, "PingFang SC", "STHeitiSC", "PingFangSC-Regular";*/
    /*font-family: "PingFang SC", "苹方-简", "Helvetica Neue", "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;*/
    font-family: -apple-system, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "微软雅黑", sans-serif;
}

body {
    padding: 0 !important;
    margin: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    outline: none;
    background-color: #ffffff;
}

.noscroll {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden !important;
    background-color: red;
}

* {
    padding: 0;
    margin: 0;
}

img {
    display: block;
}

.hidden {
    display: none !important;
}

.unvisible {
    opacity: 0;
    filter: alpha(opacity=0);
}

a {
    text-decoration: none;
    outline: none;
    color: #333333;
}

.header-bg {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #000000;
    z-index: 2;
}

.header-bg img {
    width: 100%;
    height: auto;
    background-color: #000000;
}


/*.content_index {
        width: 960px;
        margin: 0 auto;
        clear: both;
    }*/

.content {
    /* border-bottom: 1px solid #dddddd; */
    clear: both;
    width: 960px;
    margin: 0 auto;
    clear: both;
}

.navbar {
    margin: 0 auto;
    width: 412px;
    height: 95px;
}

.nav_item {
    float: left;
    position: relative;
    width: 50%;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.nav_item.active {
    color: #1928D2;
}

.nav_item.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -16px;
    width: 32px;
    height: 4px;
    background-color: #1928D2;
}

.block_bg {
    padding: 80px 0;
    background-color: #f7f9fc;
}

.tab_content {
    margin: 0 auto;
    width: 960px;
}

.content_item {
    width: 100%;
    overflow: hidden;
}

.infoBox {
    width: 1020px;
    height: 270px;
}
.resultInfo {
    height: auto;
}

.teamBox {
    margin-top: 38px;
}

.team_text {
    float: left;
    position: relative;
    padding-left: 40px;
    margin-right: 16px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    box-sizing: border-box;
}
.team_radio {
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #CECECE;
    background-color: #ffffff;
}
.selected .team_radio {
    border: 1px solid #2535EE;
}
.selected .team_radio::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #2535EE;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team_tip {
    padding-top: 12px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
}

.submitBtn, .queryBtn, .backBtn {
    margin-top: 50px;
    text-align: center;
}
.submit, .query, .back {
    width: 140px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #2535EE;
    border: none;
    outline: none;
}
.disabled {
    opacity: 0.4;
}

.inputBox {
    float: left;
    position: relative;
    margin-right: 60px;
    margin-bottom: 40px;
    width: 450px;
    height: 50px;
}

.inputBox label {
    float: left;
    width: 56px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #000000;
}

.inputBox input {
    float: left;
    padding: 0 20px;
    width: 394px;
    height: 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    outline: none;
    font-size: 20px;
    color: #555555;
    -webkit-appearance: none;
    line-height: normal;
}
.highlight input {
    background-color: #E2EAFB;
}

.tooltip {
    position: absolute;
    left: 56px;
    top: 50px;
    width: 100%;
    height: 22px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.65);
    background-image: url('../img/mistake_icon@2x.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: left center;
}

.selectCollege {
    position: relative;
    float: left;
    width: 394px;
    height: 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    outline: none;
}
.selectCollege.highlight {
    border: 1px solid rgba(37,53,238,1);
}
.selectInner {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 20px;
    color: #BFBFBF;
    box-sizing: border-box;
}
.selectInner.active {
    color: #555555;
}
.options {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 394px;
    padding: 10px 0;
    background-color: #ffffff;
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.15);
    border-radius:4px;
}
.option {
    padding: 0 20px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #636363;
}
.option:hover {
    background-color: #F3F7FD;
}
.option.selected {
    color: #2535EE;
}

.inputBox input::-webkit-input-placeholder {
    font-size: 20px;
    color: #BFBFBF;
    font-family: -apple-system, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "微软雅黑", sans-serif;
    font-weight: 400;
}

.query_noresult {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #555555;
    text-align: center;
}
.query_result {
    box-shadow:0px 4px 8px 0px rgba(0,0,0,0.05);
    border-radius:4px;
}

.result_head {
    padding-left: 16px;
    overflow: hidden;
    background-color: #F8F8F8;
}
.result_head .col {
    float: left;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}
.result_item {
    padding-left: 16px;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #E9E9E9;
}
.result_item .col {
    float: left;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
}
.col1 {
    width: 150px;
}
.col2 {
    width: 134px;
}
.col3 {
    width: 180px;
}
.col4 {
    width: 220px;
}
.col5 {
    width: 150px;
}
.result_item .col .status {
    position: relative;
    padding-left: 12px;
}
.result_item .col .status::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #52C41A;
}

.mobile_head {
    display: none;
}

.tipBox {
    position: fixed;
    z-index: 999;
    padding-top: 28px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 165px;
    height: 156px;
    background-color: #ffffff;
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.2);
    border-radius:4px;
    box-sizing: border-box;
}
.failBox {
    width: 258px;
    height: 248px;
    padding-top: 50px;
}
.tip_icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background-image: url('../img/successful_icn@2x.png');
    background-size: 64px 64px;
    background-repeat: no-repeat;
}
.failBox .tip_icon {
    background-image: url('../img/failure_icon@2x.png');
}
.tip_text {
    margin-top: 14px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.failBox .tip_btns {
    margin: 34px auto;
    width: 200px;
    height: 32px;
}
.failBox button {
    width: 88px;
    height: 32px;
    margin: 0 6px;
    border-radius: 4px;
    outline: none;
    border: 0;
    font-size: 14px;
}
.failBox .refill {
    background-color: #ffffff;
    border: 1px solid rgba(141,149,246,1);
    color: #2535EE;
}
.failBox .continue {
    background-color: #2535EE;
    color: #ffffff;
}

.repeatBox {
    width: 183px;
    height: 51px;
    padding-top: 15px;
    padding-left: 32px;
}
.repeatBox .tip_icon {
    float: left;
    width: 22px;
    height: 22px;
    background-image: url('../img/failure_icon@2x.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.repeatBox .tip_text {
    float: left;
    margin-top: 0;
}

.repeatAllBox {
    padding-top: 0;
    width: 326px;
    height: auto;
}
.tip_head {
    height: 46px;
    padding-top: 15px;
    padding-left: 26px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.repeatAllBox .tip_icon {
    float: left;
    width: 22px;
    height: 22px;
    background-image: url('../img/failure_icon@2x.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.repeatAllBox .tip_text {
    float: left;
    margin-top: 0;
}
.repeatAllBox .tip_btns {
    margin: 15px auto;
    width: 200px;
    height: 32px;
}
.repeatAllBox button {
    width: 88px;
    height: 32px;
    margin: 0 6px;
    border-radius: 4px;
    outline: none;
    border: 0;
    font-size: 14px;
}
.repeatAllBox .refill {
    background-color: #ffffff;
    border: 1px solid rgba(141,149,246,1);
    color: #2535EE;
}
.repeatAllBox .continue {
    background-color: #2535EE;
    color: #ffffff;
}
.tip_body {
    padding: 10px 0;
}
.repeat_line {
    height: 40px;
    padding: 0 25px;
}
.repeat_item {
    float: left;
    height: 40px;
    line-height: 40px;
}
.rbox1 {
    width: 55%;
}
.rbox2 {
    width: 45%;
}

.modal {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 510px;
    height: auto;
    background-color: #ffffff;
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.2);
    border-radius:4px;
}

.modal_header {
    height: 46px;
    line-height: 46px;
    padding-left: 32px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.modal_content {
    padding: 16px 32px;
}
.info_first {
    padding-bottom: 10px;
    overflow: hidden;
}
.extra_info {
    overflow: hidden;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.labelBox {
    float: left;
    width: 220px;
    height: 38px;
    line-height: 38px;
}
/* .lbox1, .lbox3 {
    margin-right: 40px;
}
.lbox2, .lbox4 {
    width: 160px;
} */
.info_type {
    font-size: 16px;
    color: #000000;
}
.info_val {
    font-size: 16px;
    color: #555555;
}
.modalBtn {
    margin: 20px auto;
    width: 200px;
    height: 32px;
}
.modalBtn button {
    width: 88px;
    height: 32px;
    margin: 0 6px;
    border-radius: 4px;
    outline: none;
    border: 0;
    font-size: 14px;
}
.modalBtn .refill {
    background-color: #ffffff;
    border: 1px solid rgba(141,149,246,1);
    color: #2535EE;
}
.modalBtn .resubmit {
    background-color: #2535EE;
    color: #ffffff;
}

/* 比赛详情 */
.detail {
    padding: 80px 0;
}

.detail_wrap {
    margin: 0 auto;
    width: 960px;
}

.detail_title {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    text-align: center;
}

.detail_block {
    margin: 16px auto;
    width: 50px;
    height: 8px;
    background-color: #1928D2;
}

.detail_content {
    margin-top: 70px;
}

.detail_line {
    overflow: hidden;
}

.line_left {
    float: left;
    width: 166px;
    font-size: 20px;
    color: #333333;
    font-family: -apple-system, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "微软雅黑", sans-serif;
    font-weight: 500;
}

.line_right {
    float: left;
    width: 794px;
    font-size: 20px;
    color: #333333;
    font-family: -apple-system, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "微软雅黑", sans-serif;
    font-weight: 400;
}

.detail_footer {
    margin-top: 80px;
    text-align: right;
    font-size: 20px;
    color: #777777;
}

.left-content {
    float: left;
    width: 420px;
}

.left-top {
    position: relative;
    padding-top: 9px;
    height: 90px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cLogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
    /*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);*/
}

.cName {
    width:100%;
    font-size: 36px;
    font-weight: 500;
    line-height: 32px;
    margin-left: 120px;
}

.cDesc {
    font-size: 24px;
    line-height: 24px;
    margin-left: 120px;
    margin-top: 16px;
}

.left-center {
    font-size: 16px;
    text-align: justify;
    margin-top: 50px;
    line-height: 22px;
    color: #777777;
}

.left-btn {
    display: block;
    cursor: pointer;
    border-radius: 2px;
    background-color: #1928d2;
    width: 160px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
}

.apk_QR {
    position: absolute;
    right: -170px;
    top: 50%;
    margin-top: -74px;
    z-index: 10;
}

.apk_QR_product {
    position: absolute;
    /*top: 50px;
        left: 50%;
        margin-left: -75px;*/
    right: -170px;
    top: 50%;
    margin-top: -75px;
    z-index: 10;
}

.apk_QR img,
.apk_QR_product img {
    width: 136px;
    height: 136px;
    border: 7px solid #1928d2;
    border-radius: 2px;
}

.apk_arrow_product {
    position: absolute;
    /*border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #1928d2;
        width: 0;
        height: 0;
        left: 50%;
        top: -7px;
        margin-left: -6px;*/
    border-top: 8px solid transparent;
    border-right: 8px solid #1928d2;
    border-bottom: 8px solid transparent;
    width: 0;
    height: 0;
    left: -7px;
    top: 50%;
    margin-top: -6px;
}

.apk_arrow {
    position: absolute;
    border-top: 8px solid transparent;
    border-right: 8px solid #1928d2;
    border-bottom: 8px solid transparent;
    width: 0;
    height: 0;
    left: -7px;
    top: 50%;
    margin-top: -6px;
}

.left_btn_sx {
    margin-top: 95px;
}

.right-content {
    /*float: right;*/
    width: 345px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 615px;
}

.right-content img {
    width: 100%;
    /*height: 100%;*/
    display: block;
}

.content_weather .left-content {
    width: 420px;
}

.other-title {
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    margin: 50px 0 30px;
}

.content-other {
    /* overflow: hidden; */
    clear: both;
    width: 960px;
    margin: 0 auto;    
}


.other-content {
    overflow: hidden;
    margin-bottom: 80px;
    display: inline-block;
}
.other-content-inner {
    width: 1200px;
    height: 60px;
}

.other-app {
    float: left;
    height: 60px;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    margin-right: 34px;
    border-right: 1px solid #dddddd;
}

.last-app {
    border: none;
    margin-right: 0;
}

.app-logo {
    position: absolute;
    /*top: -5px;*/
    left: 5px;
    /*float:left;
        display: block;*/
    width: 60px;
    height: 60px;
    z-index: 10;
    /*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);*/
    /*-webkit-box-shadow:1px 4px 0 rgba(0, 0, 0, 0.1);;*/
    border: none;
}

.app-name {
    margin: 7px 0 15px 80px;
}

.app-desc {
    margin-left: 80px;
    margin-right: 35px;
    color: #777777;
}

.footer_index {
    width: 100%;
    height: 152px;
    background-color: #2230d3;
    padding: 0 0 26px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: both;
}

.footer-mobile {
    display: none;
}

.footer {
    width: 960px;
    margin: 0 auto;
    height: 152px;
    overflow: hidden;
}

.left-footer {
    float: left;
    padding-top: 12px;
    text-align: left;
}

.right-footer {
    float: right;
    text-align: right;
    margin-top: 15px;
}

.footer-text {
    display: block;
    /*height: 12px;*/
    /*opacity: 0.8;
        filter: alpha(opacity=80);*/
    font-size: 12px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 17px;
    overflow: hidden;
}

.footer_address_text {
    line-height: 14px;
}

.footer_address_text div {
    float: left;
}

.footer_address_text img {
    width: 12px;
    height: 14px;
    float: right;
    margin-left: 10px;
    border: none;
}

.footer-title {
    height: 37px;
    width: 100px;
    margin-bottom: 13px;
    display: inline-block;
}

.right-footer .footer-text {
    margin-top: 10px;
}

/*底部联系我们*/

.intro-callus {
    /*overflow: hidden;*/
    position: relative;
    clear: both;
    background-color: #fafafa;
}

.intro_callus_block {
    /*float: left;*/
    display: inline-block;
    margin: 40px 0px;
    padding: 0 50px;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    border-right: 1px solid #dddddd;
}

.intro_callus_youqi {
    overflow: hidden;
}

.intro_callus_block_youqi {
    float: left;
}

.intro_callus_block_last {
    border: none;
    width: auto;
}

.introCallTitle {
    font-size: 24px;
    line-height: 1;
    color: #777777;
}

.introCallName {
    margin-top: 50px;
    color: #1928d2;
    font-weight: 500;
}

.introCallQQ {
    margin-top: 20px;
}

.introCallMail_wnl {
    margin-top: 58px;
    display: block;
    color: #000000;
}

.introCallMail,
.introCallWx {
    display: block;
    height: 16px;
    margin-top: 12px;
    color: #000000;
}

.introCallWx {
    cursor: pointer;
    position: relative;
}

.kefu {
    position: absolute;
    right: 50%;
    margin-right: -20px;
    bottom: -110px;
}

.kefu-img {
    width: 90px;
    height: 90px;
    border: 5px solid #e0e0e0;
}

.kefu-bg {
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    width: 0;
    height: 0;
    left: 50%;
    top: -7px;
    margin-left: -6px;
}

/*图片轮播部分*/

.block-bg {
    background-color: #f7f9fc;
    /*background: red;*/
}

.block-bg-sx {
    padding-bottom: 80px;
}

.newsblock-bg {
    background-color: #f7f9fc;
    /*background: red;*/
    margin-top: 95px;
}

.newsDetailblock-bg {
    height: 100%;
    width: 100%;
}

.slide-block {
    overflow: hidden;
    position: relative;
    height: 640px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 80px 30px 79px;
    background-color: #ffffff;
}

.banner {
    overflow: auto;
    text-align: center;
    /*position: relative;*/
}

.banner ul {
    overflow: hidden;
    height: 640px;
    white-space: nowrap;
    /*border:1px solid red;*/
}

.banner li {
    list-style: none;
    float: left;
    /*display: inline-block;*/
    /*border:1px solid red;*/
    box-sizing: border-box;
}

.swiper-wrapper {
    max-height: 576px;
}

.swiper-slide {
    max-height: 576px !important;
}

.slide-img {
    height: 440px;
    opacity: 0.9;
    width: 100%;
    display: block;
    /*margin: 30px 80px;*/
    margin-bottom: 30px;
}

.slide-title {
    opacity: 0.9;
    font-size: 24px;
    line-height: 1;
    text-align: left;
    /*margin: 0 80px 20px;*/
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slide-text {
    /*margin: 0 80px;*/
    line-height: 22px;
    opacity: 0.9;
    font-size: 16px;
    text-align: justify;
    /*text-align: left;*/
    white-space: normal;
    /*overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;*/
}

.prev,
.next {
    outline: none;
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 52px;
    opacity: 0.9;
    display: block;
    top: 50%;
    margin-top: -26px;
}

.prev img,
.next img {
    border: none;
}

.prev {
    left: 32px;
}

.next {
    right: 32px;
}

.prev img {
    width: 100%;
    height: 100%;
}

.next img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 992px) {
    .header-bg {
        height: 160px;
    }
    .header-bg img {
        position: absolute;
        left: 50%;
        width: auto;
        height: 160px;
        /* background-color: #000000; */
        transform: translate(-50%);
    }
    .content, .tab_content, .detail_wrap, .navbar {
        width: 100%;
    }
    .navbar {
        height: 56px;
    }
    .nav_item {
        height: 56px;
        line-height: 56px;
        font-size: 17px;
    }
    .infoBox {
        width: 100%;
        height: auto;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .inputBox {
        float: none;
        margin-right: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .inputBox label {
        float: none;
        text-align: center;
        font-size: 16px;
    }
    .inputBox input, .selectCollege, .options {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        font-size: 16px;
    }
    .inputBox input::-webkit-input-placeholder {
        font-size: 16px;
    }
    .options {
        display: none;
    }
    .team_text {
        margin-left: 15px;
    }
    .detail {
        padding: 40px 15px;
    }
    .detail_title {
        font-size: 20px;
    }
    .detail_content {
        margin-top: 40px;
    }
    .line_left, .line_right {
        float: none;
        width: 100%;
        font-size: 16px;
    }
    .detail_footer {
        margin-top: 30px;
        font-size: 16px;
        text-align: left;
    }
    .footer_index {
        display: none;
    }
    .footer-mobile {
        display: block;
        width: 100%;
        text-align: center;
        height: 228px;
        background-color: #1928d2;
    }
    img.mfTitle {
        display: inline-block;
        height: 37px;
        width: 100px;
        margin: 16px auto 1px;
    }
    .mfText {
        opacity: 0.8;
        font-size: 13px;
        line-height: 1;
        opacity: 0.8;
        filter: alpha(opacity=80);
        color: #ffffff;
        margin-top: 12px;
        display: block;
    }
    .mfText.footer_address_text {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }
    /*.footer_address_text div {}*/
    .footer_address_text img {
        /*display: inline-block;*/
        width: auto;
        height: 13px;
        margin-left: 10px;
        float: left;
    }
    .Copyright {
        font-size: 12px;
        line-height: 12px;
    }
    .modal {
        width: 300px;
        height: auto;
    }
    .modal_content {
        padding: 16px 20px;
    }

    .labelBox {
        width: 100%;
    }
    .labelBox.lbox1 {
        width: 55%;
    }
    .labelBox.lbox2 {
        width: 45%;
    }
    .extra_info {
        padding: 10px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.09);
    }

    .modalBtn {
        margin: 20px auto;
    }
    .team_text {
        width: 100px;
        margin-right: 0;
    }

    .block_bg {
        padding: 48px 0;
    }

    .query_result {
        width: 92%;
        margin: 0 auto;
    }
    .result_head {
        display: none;
    }
    .mobile_head {
        display: inline-block;
        font-weight: bold;
        margin-right: 15px;
    }
    .result_item {
        padding-left: 0;
        border-bottom: 0;
        padding-bottom: 15px;
    }
    .result_item .col {
        padding-left: 15px;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
    }
    .result_item .col3 {
        margin-top: 10px;
    }
    .result_item .col3, .result_item .col4, .result_item .col5, .result_item .col6 {
        height: 47px;
        line-height: 47px;
    }
    .result_item .col span {
        float: left;
        height: 47px;
    }
    .col1, .col2 {
        width: 50%;
        background-color: #F8F8F8;
    }
    .col3, .col4, .col5, .col6 {
        width: 100%;
    }
    .result_item .col3, .result_item .col4, .result_item .col5 {
        display: none;
    }
    .result_item:first-child .col3, .result_item:first-child .col4, .result_item:first-child .col5 {
        display: block;
    }
    .selectInner {
        font-size: 16px;
    }
}