/* input 样式 */
input::-ms-input-placeholder {
    text-align: center;
}
input::-webkit-input-placeholder {
    text-align: center;
}
/* msc intro */
.ms-course-intro {
    padding: 40px 0 42px;
    height: 192px;
    background: #F5F5F5;
}
.ms-course-box {
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0 50px;
}
.ms-course-img {
    width: 300px;
    height: 100%;
    flex: 0 0 300px;
}
.ms-course-info {
    margin-left: 4%;
    flex: 1 1 auto;
    overflow: hidden;
}
.ms-course-intro h5 {
    margin: 0;
    font-size: 24px;
    color: #101010;
    line-height: 1.6;
}
.guide-txt {
    margin: 20px 0 10px;
    font-size: 18px;
    color: #4b4b4b;
    line-height: 1.6;
}
.tip {
    font-size: 16px;
    color: #808080;
}
/* msc reg form */
.msc-reg-form {
    padding: 0 8%;
}
.msc-reg-form-control {
    padding: 30px 0 26px;
    text-align: center;
    border-bottom: 1px solid #ededed;
}
.msc-reg-form-control > label {
    display: block;
    font-size: 18px;
    color: #2C2C2C;
}
.msc-reg-form-control label span {
    color: #FF2A00;
}
.msc-reg-form-control > input, .msc-reg-form-control > select {
    margin: 26px auto 0;
    display: block;
    width: 60%;
    height: 46px;
}
.msc-reg-form-control > select {
    text-align: center;
    text-align-last: center；
}
.msc-reg-form-control input:hover, .msc-reg-form-control textarea:hover, .msc-reg-form-control select:hover {
    border: 2px solid rgba(32, 182, 148, 1);
    box-shadow: 0px 0px 10px 0px rgba(40,217,177,0.45);
}
.msc-reg-form-control input:focus, .msc-reg-form-control textarea:focus , .msc-reg-form-control select:focus{
    border: 2px solid rgba(32, 182, 148, 1);
    box-shadow: 0px 0px 10px 0px rgba(40,217,177,0.45);
}
.msc-gender-box {
    margin-top: 26px;
    text-align: center;
}
.msc-gender-box input[type=radio] {
    margin-right: 8px;
}
.msc-gender-box label {
    margin-right: 50px;
    font-size: 16px;
    color: #4d4d4d;
}
.msc-gender-box label:last-of-type {
    margin-right: 0;
}
.msc-reg-name-cnt {
    margin-top: 46px;
    margin-bottom: 20px;
    text-align: left;
}
.msc-reg-name {
    padding: 20px 34px;
    font-size: 16px;
    color: #2c2c2c;
    border: 2px solid #20B694;
    background: url(../images/news/msc-bg-icon.png) no-repeat right bottom;
}
.msc-reg-msg {
    align-items: flex-start;
}
.msc-reg-msg span {
    display: block;
    width: 18%;
    font-size: 16px;
    color: #2C2C2C;
    text-align: right;
}
.msc-reg-msg textarea {
    width:70%;
    height: 156px;
}
.msc-reg-btn {
    margin-top: 42px;
    text-align: center;
}
.msc-reg-btn .btn {
    width: 40%;
    height: 70px;
    font-size: 24px;
    color: #fff;
    background: #20B694;
}

/* branch content */
.branch-content {
    padding-bottom: 52px;
    margin-top: 62px;
}
.branch-module-title {
    padding-bottom: 35px;
    font-size: 26px;
    line-height: 1;
    border-bottom: 1px solid #DFDFDF;
}
.ms-course-reg-title {
    font-weight: bold;
    color: #4B4B4B;
}
.branch-course {
    margin: 0 -30px 0 30px;
    padding: 0 10px;
    border: 1px solid #ededed;
}
.branch-course .branch-module-title {
    padding: 20px 0 15px;
}
.branch-course-item {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    height: 120px;
    border-bottom: 1px solid #E4E4E4;
}
.branch-course-item:last-of-type {
    border-bottom: none;
}
.bcitem-img {
    display: block;
    width: 190px;
    height: 120px;
    flex: 0 0 190px;
}
.bcitem-img img {
    display: block;
    width: 190px;
    height: 100%;
}
.bcitem-content {
    margin-left: 10px;
    flex: 1 1 auto;
    overflow: hidden;
}
.bcitem-name {
    display: block;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1;
}
.bcitem-teacher {
    margin-bottom: 26px;
    font-size: 14px;
    color: #7B7B7B;
}
.bcitem-num-price {
    justify-content: space-between;
}
.bcitem-price {
    font-size: 18px;
    color: #FB0000;
}
.bcitem-num {
    font-size: 14px;
    color: #7B7B7B;
    text-indent: 24px;
    background: url(../images/branch/cart-icon.png) no-repeat left center;
}