body{
    background: #dcdcdc;
}

.planFirst{
    width: 100%;
    height: 100%;
    background: url("../images/studyP_bigBG.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 73px;
}
.planFirst h1{
    text-align: center;
    padding-top: 80px;
    margin-bottom: 50px;
}
.planFirst h1 img{
    width: 70%;
}
.commonLi{
    width: 90%;
    margin: 0 auto;
}
.commonLi>ul>li{
    width: 100%;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}
.blueD{
    width: 80%;
    background: #11acfb;
    padding: 10px 0;
    margin: 0 auto;
    color: white;
    text-align: center;
}
.blueD h4{
    text-decoration: line-through;
    font-size: 1.5em;
}
.blueD span{
    font-size: 0.8em;
}
.rightInfo{
    width: 100%;
}
.rightInfo ul li:first-child{
    margin-top: 5px;
}
.rightInfo ul li{
    margin-bottom: 5px;
    font-size: 0.6em;
}
.rightInfo ul li img{
    width: 4%;
}
.bottJ{
    width: 70%;
    text-align: right;
    margin-top: 30px;
}
.bottJ img{
    width: 20%;
}
.inputInfo{
    width: 100%;
}
.writeDiv{
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    padding: 0 0 40px 0;
}
.diffBG01{
    background: url("../images/studyP_greybg.png") no-repeat center;
}
.diffBG02{
    background: url("../images/studyP_greybg02.png") no-repeat center;
}
.writeDiv>.container>.row>ul{
    width: 90%;
    margin: 0 auto;
}
.writeDiv>.container>.row>ul>li{
   margin-top: 20px;
}
.writeDiv>.container>.row>ul>li label{
    font-weight: 500;
}
.writeDiv>.container>.row>ul>li label span{
    color: #c60e19;
    font-weight: bold;
}
.writeDiv>.container>.row>ul>li input{
    width: 100%;
    height: 50px;
    padding-left: 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
    border: 1px #e2e2e2 solid;
    border-radius: 5px;
    margin-top: 10px;
}
.writeDiv>.container>.row>ul>li textarea{
    width: 100%;
    height: 150px;
    padding: 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
    border: 1px #e2e2e2 solid;
    border-radius: 10px;
    margin-top: 16px;
}
/*下拉菜单样式*/
.btn-group{
    width: 100%;
    height: 50px;
    margin-top: 10px;
    border-radius: 5px;
}
.btn-group button:first-child{
    width: 80%;
    height: 100%;
    font-size: 1em;
    color: #9c9c9c;
    text-align: left;
    padding-left: 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.btn-group button:nth-child(2){
    width: 20%;
    height: 100%;
}
.btn-group button:nth-child(2) span.caret{
    border-top: 10px solid #b2b2b2;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.dropdown-menu{
    width: 100%;
    font-size: 1em;
}
/*下拉菜单样式 end*/
.sureBtn{
    width: 50%;
    text-align: center;
    color: white;
    background: #0abd61;
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 1.1em;
}
/*弹出窗样式*/
.modal-header{
    background: #f23232;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    text-align: center;

}
.modal-header img{
    width: 8%;
}
.warn-center{
    width: 90%;
    background: white;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25%;
}
.modal-footer{
    text-align: center;
}
.modal-footer .btn{
    background: white;
    border: 1px #cccccc solid;
    color: #000000;
}
