input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
*{ padding: 0; margin: 0; }
html{ font-size:62.5%;}
body,html{ position: relative; width: 100%; height:100%}
body { background: #f8f8f8; font-family:'微软雅黑','宋体','仿宋'; color:#000; min-width: 1330px;}
li { list-style: outside none none;}
img { border: medium none; border:none;display: block;}
a img { border:none;}
.clear:after {content: "."; display: block; height: 0; clear: both;visibility: hidden; }
.clear { *zoom: 1;}
h1{ font-family:'微软雅黑','宋体','仿宋';}
a{ text-decoration:none; outline:none;}
input,button,textarea{ outline:none;}
.testBox {
    background-image: url(../../images/Activity/applyBei.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.testTops {
    display: flex;
    align-items: center;
    margin-left: 170px;
    margin-top: 65px;
}
.testRight {
    margin-left: 15px;
}
.testTitles {
    font-size: 22px;
    color: #464646;
    margin-bottom: 5px;
}
.testTexts {
    font-size: 16px;
    color: #666;
}
.skillTests {
    width: 1100px;
    margin: 90px auto;
    margin-bottom: 30px;
    text-align: center;
}
.testContents {
    padding: 80px 0;
    background-color: #fff;
    border-radius: 15px;
    font-size: 14px;
    color: #666;
}
.skillTitles {
    font-size: 24px;
    color: #000;
    width: 53%;
    margin: 0 auto;
    line-height: 35px;
    font-weight: 700;
    font-weight: 700;
}
.skillSuccess {
    margin-top: 60px;
    color: #e47933;
}
.skillInput {
    width: 60%;
    margin: 0 auto;
    margin-top: 80px;
}
.skillCons>label {
    display: inline-block;
    width: 100px;
    margin-right: 20px;
    text-align: right;
}
.skillCons>input {
    width: 332px;
    height: 38px;
    border: 1px solid #dddddd;
    text-indent: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
}
.skillCons .errorInputs {
    border: 1px solid #f56f6f;
    margin-bottom: 35px;
}
.skillCons>input::-webkit-input-placeholder {
    color: #999;
}
.skillCons>input:-moz-placeholder {
    color: #999;
}
.skillCons>input::-moz-placeholder {
    color: #999;
}
.skillCons>input:-ms-input-placeholder {
    color: #999;
}
.skillImgs {
    position: absolute;
    top: 12px;
    right: 110px;
    width: 17px;
    height: 17px;
}
.skillError {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.skillCons {
    position: relative;
}
.skillCons .errorBlocks {
    position: absolute;
    top: 45px;
    left: 460px;
    font-size: 14px;
    color: #f56f6f;
}
.skillCons .errorBlocks>img {
    vertical-align: middle;
}
.skillCons .errorBlocks>span {
    vertical-align: middle;
}
.skillBtns {
    margin-top: 40px;
    display: inline-block;
    width: 240px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ff4000;
    border-radius: 20px;
}
.testFooter {
    margin: 30px 0 180px 0;
    color: #999;
    text-align: center;
    font-size: 14px;
}
.applyYan {
    position: absolute;
    top: 5px;
    right: 110px;
    color: #fff;
    padding: 5px 15px;
    background: #ff4000;
    border-radius: 20px;
    cursor: pointer;
}

/* 复选框 */
.skillCons input.applyCheck[type="checkbox"] {
    -webkit-appearance: none; /*清除复选框默认样式*/
    border: 1px solid #ddd;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 85px;
    border-radius: 5px;
}
.skillCons input.applyCheck[type="checkbox"]:checked {
    background: url(../../images/Activity/check1.png) ; /*复选框的背景图*/
	background-size: contain;
	border: none;
}
.applySpan {
    color: #999;
}
.applyLinks {
    color: #ff571f;
}
/* 弹窗 */
.tanbg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    background: rgba(0,0,0,.8);
    top: 0;
    display: none;
    z-index: 99999;
}
.tanbgOne {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: none;
    z-index: 99999;
}
.tanbox {
    position: absolute;
    background: #fff;
    width: 520px;
    height: auto;
    overflow: hidden;
    z-index: 100;
    display: block;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tanbox b.close {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background: url(../../../images/Activity/guanbi.png) no-repeat;
    cursor: pointer;
    top: 10px;
    right: 0;
    padding: 10px;
}
.tanbox .tangBtn span {
    width: 160px;
}
.tanbox .tangBtn .save {
    margin-left: 10px;
}
.tanbox .tangBtn .cancel {
    background: #ccc;
    margin-right: 20px;
}
.tanbox .tangBtn {
    text-align: center;
    margin: 80px 0 40px 0;
}
.tanbox .tit {
    margin-top: 60px;
    font-size: 18px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.tanbox .con {
    width: 420px;
    margin: 40px auto 0;
    margin-bottom: 40px;
}
.tanbox .con li > input {
    border: solid 1px #ddd;
    width: 85%;
    height: 38px;
    text-align: center;
    border-radius: 5px;
}
.tanbox .tangBtn span {
    display: inline-block;
    width: 30%;
    height: 44px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    background: #ff4000;
    border-radius: 20px;
}
.applyCon {
    font-size: 18px;
    color: #333;
}
.applyTan>img {
    display: inline-block;
    margin: 10px 0 5px 0;
}
/* 报名下拉框多选 */
.applyDemo1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
}
.skillCons .select-picker-search {
    width: 332px;
    height: 38px;
    border: 1px solid #dddddd;
    text-indent: 15px;
    border-radius: 5px;
    color: #000;
    padding-left: 0;
    font-size: 14px;
}
.skillCons .select-picker-search-checked {
    width: 100%;
    text-align: left;
    color: #999;
}
.skillCons .select-picker-options-wrp {
    width: 332px;
    top: 40px;
    left: 224px;
    min-height: 0;
    max-height: 240px;
    overflow: hidden;
    overflow-y: auto;
}
.skillCons .select-picker-options-serch input {
    display: none;
}
.skillCons .select-picker-options-list-item {
    text-align: left;
}
/* pc播放 */
.center {
    width: 1200px;
    margin: 0 auto;
}
.applyBox {
    background: #eae9e9;
    padding: 20px 0;
}
.applyCon_top {
    font-size: 22px;
    color: #000;
}
.applyCon_topTime {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}
.applyCon_top>span {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    background: #ff4000;
    margin-left: 15px;
    vertical-align: middle;
}
.applyCon_cons {
    display: flex;
    margin-top: 20px;
}
.applyCon_consLeft {
    position: relative;
    width: 100%;
    padding: 300px 0 0 0;
    text-align: center;
    /*background-image: url(../../images/Activity/playBei.jpg);*/
    background-repeat:no-repeat;
    background-position:center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.applyCon_time {
    font-size: 20px;
    color: #fff;
}
.applyTime_each {
    margin-right: 6px;
    background: #002569;
    font-size: 14px;
    color: #6f7c9c;
    padding: 20px 20px 10px 20px;;
    border: 2px solid #005ca9;
}
.applyTime_each:last-child {
    margin-right: 0;
}
.applyTime_all {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.applyEach_first {
    font-size: 32px;
    color: #fff;
}
.applyCon_consRight {
    width: 24%;
    background: #282828;
    text-align: center;
    padding: 30px 15px 20px 15px;
    font-size: 14px;
    color: #fff;
}
.applyRight_text {
    width: 85%;
    text-align: left;
    text-indent: 25px;
    margin: 0 auto;
    line-height: 25px;
}
.applyRight_text>a {
    color: #ff3f00;
    text-decoration: underline;
}
.applyMa {
    display: inline-block;
    border-radius: 10px;
    margin: 35px 0 65px 0;
}
.applyOnces>a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background: #ff4000;
    color: #fff;
}
.applyPecle {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
.applyPecle>span {
    color: #ff3e00;
}