/* CSS reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

html {
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}
a{
    color: #333;
}
 input{outline: none;}


 /* exam修改 */
.LNewExamList{
    width: 100%;
    float: left;
    margin: 0 0 40px;
}
.LNewExamListLi{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 6px 10px #ccc;
    margin-top: 20px;
}
.LNewExamListLiLeft{
    width: 300px;
    float: left;
}
.LNewExamListLiRight{
    width: calc(100% - 320px);
    float: right;
}
.LNewExamListLiRight p{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}
.LNewExamListLiRight span{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.LNewExamListLiRight h4{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #0078ff;
    margin-top: 10px;
}
.LNewExamListLiRight h5{
    float: left;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background: #ff9600;
    border-radius: 50px;
    padding: 0 20px;
    margin-top: 20px;
}
/* 新增考试详情 */
/* 手写新增 */
.newExamConTxt_H{
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.newExamConTxt_B{
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    color: rgb(0, 153, 255);
    font-weight: bold;
}
.newExamConTxt_R{
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    color: #f00;
    font-weight: bold;
}
.newExamConTxt_R2{
    width: 100%;
    float: left;
    margin: 40px 0 0;
    font-size: 14px;
    color: #f00;
    text-align: center;
    line-height: 24px;
}
.newExamConTxt_Price{
    width: 100%;
    float: left;
    margin: 20px 0 0;
    font-size: 14px;
    color: #333;
}

.newExamConTxt_Price span{
    color: #f00;
    font-size: 26px;
    margin: 0 6px;
    font-weight: bold;
}
.newExamConPayBtn_1{
    width: 100%;
    display: inherit;
    margin: 40px 0;
    text-align: center;
}
.newExamConPayBtn_1_T {
    font-size: #333;
    display: inline;
    text-align: center;
    width: 120px;
    border: none;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}
.newExamConPayBtn_1_M{
    background: #c40000;
}
.newExamConPayBtn_1_W{
    background: #4cb050;
}
.newExamConPayBtn_1_Z{
    background: #1d9eff;
}
.newExamConPayBtn_1_O{
    background: #ff9600;
    border-radius: 60px;
}

/* 报名页面之前的样式 */
.signUpBody{
    width: 1200px;
    margin: 0 auto;
    display: block;
}
.signUpBodyCon{
    width: 100%;
    float: left;
    box-shadow: 0 4px 10px #eee;
    background-color: #fff;
    margin-top: 20px;
    background: url('./images/signup_1.png') no-repeat right bottom;
    padding-bottom: 40px;
    border-radius: 10px;
}
.signUpBodyCon90{
    width: 90%;
    float: left;
    margin-left:5%;
}
.signUpBodyConTit{
    width: 100%;
    float: left;
    margin-top: 40px;
}
.signUpBodyConTit div{
    width: 5px;
    float: left;
    height: 20px;
    background: #c40000;
    border-radius: 5px;
    margin-top: 3px;
}
.signUpBodyConTit p{
    float: left;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.signUpBodyConDown{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.signUpBodyConDown img{
    width: 30px;
    float: left;
}
.signUpBodyConDown a{
    float: left;
    font-size: 14px;
    color: #c40000;
    margin-left: 10px;
    margin-top: 6px;
    text-decoration: underline;
}
.signUpBodyConUp{
    width: 100%;
    float: left;
}
.signUpBodyConUpBtn{
    float: left;
    padding: 10px 30px;
    background: #c40000;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
}
.signUpBodyConUp p{
    float: left;
    margin-left: 20px;
    color: blue;
    font-size: 14px;
    margin-top: 28px;
}
.signUpBodyConCard{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.signUpBodyConCardLi{
    float: left;
}
.signUpBodyConCardLi2{
    float: left;
    margin-left: 4%;
}

.signUpBodyConCardLi img{
    width: 120px;
    display: block;
}
/* 职称新修改 */
.signUpBodyConCardLinew{
    float: left;
}

.signUpBodyConCardLinewImg{
    width: 100%;
    float: left;
}

.signUpBodyConCardLinewImg img{
    width: 120px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

/* 职称新修改 end */

.signUpBodySub{
    width: 20%;
    float: left;
    margin: 40px 40%;
    background: #c40000;
    padding: 15px 0;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
}
input {
    -webkit-appearance: none;
  }

  .signUpBodyTop{
    width: 100%;
    float: left;
    background: #c40000;
    margin: 10px 0;
    padding: 6px 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
}
/* 报名成功 */
.signUpBodyCon2{
    width: 100%;
    float: left;
    box-shadow: 0 4px 10px #ccc;
    background-color: #fff;
    margin-top: 10px;
    padding-bottom: 60px;
    border-radius: 10px;
}
.signUpSuccess{
    width: 100%;
    float: left;
    margin-top: 40px;
}
.signUpSuccess img{
    width: 240px;
    margin: 70px  auto 30px;
    display: block;
}
.signUpSuccess p{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #333;

}
.signUpSuccess span{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #f00;

}