/* 预约设计师 */
.main {
    width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #000;
}

.clear{
    clear:both;
}

.main_title {
    font-size: 16px;
    font-weight: 600;
    height: 106px;
    color: #747474;
    line-height: 106px;
}

.main_title a{
    font-size: 16px;
    color: #747474;
    font-weight: 600;
}

.main_top_img {
    width: 1200px;
    height: 422px;
    margin-bottom: 20px;
}

.main_top_img img {
    width: 100%;
    height: 100%;
}

/* 设计师 */
.designer {
    height: 600px;
    position: relative;
    overflow: hidden;
}

.designer ul {
    width: 2000px;
    left: 0;
    margin-left: 1px;
    position: absolute;
    transition: all .5s;
}

.designer ul li {
    display: inline-block;
    width: 350px;
    margin-right:75px;
}

.designer_pre {
    display: block;
    width: 86px;
    height: 86px;
    background: url(../imgs/designer107.png);
    transform:rotate(180deg);
    position: absolute;
    top: 144px;
    cursor: pointer;
    opacity: 0.5;
}

.designer_pre:hover {
    opacity: 1;
}

.designer_next {
    display: block;
    width: 86px;
    height: 86px;
    background: url(../imgs/designer107.png);
    position: absolute;
    top: 144px;
    right: 0;
    cursor: pointer;
    opacity: 0.5;
}

.designer_next:hover {
    opacity: 1;
}

.designer ul li img {
    width: 350px;
    height: 450px;
    cursor: pointer;
}

.designer ul li span:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
}

.designer ul li span:nth-child(3) {
    font-size: 16px;
    color: #747474;
}

.designer ul li span:nth-child(5) {
    font-size: 16px;
    color: #747474;
}

.designer ul li span:nth-child(6) {
    font-size: 16px;
    color: #272734;
    font-weight: 600;
}

.designer ul li span:nth-child(9) {
    font-size: 16px;
    color: #272734;
    font-weight: 600;
}

.designer ul li span:nth-child(8) {
    font-size: 16px;
    color: #747474;
}

/* 预约 */
.appointment h1{
    margin-top: 100px;
    font-size: 40px;
    text-align: center;
}

.appointment h2 {
    font-size: 36px;
    text-align: center;  
}

.appointment_name {
    width: 535px;
    height: 93px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    border: 1px solid #CBCBCB;
    padding-left: 41px;
    font-size: 20px;
    color: #CBCBCB;
    display: block;
    margin: 80px auto 0;
    font-weight: 600;
}

.appointment_phone {
    width: 535px;
    height: 93px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    border: 1px solid #CBCBCB;
    padding-left: 41px;
    font-size: 20px;
    color: #CBCBCB;
    display: block;
    margin: 30px auto 0;
    font-weight: 600;
}

.el-select {
    width: 578px;
    height: 95px;
    margin: 30px auto 0;
    display: block !important;
}

.el-input {
    font-size: 20px !important;
}

.el-input__inner {
    height: 95px !important;
    border-radius: 12px 12px 12px 12px !important;
    padding-left: 41px!important;
    font-weight: 600 !important;
}

.el-select .el-input.is-focus .el-input__inner {
    border: 1px solid #CBCBCB !important;
}

.el-select .el-input__inner:focus {
    border: 1px solid#CBCBCB !important;
}

.el-input__suffix {
    margin-right: 41px;
}

.el-select .el-input .el-select__caret {
    font-size: 20px !important;
}

.appointment button {
    width: 578px;
    height: 95px;
    background: #FABAB9;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 30px;
    border: none;
    display: block;
    margin: 50px auto 150px;
    cursor: pointer;
}

/* 弹窗 */
.tanBox {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.tanin {
    width: 600px;
    padding: 100px;
    height: 400px;
    margin: 150px auto;
    background-color: #FFFFFF;
    position: relative;
}

.close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.close img {
    transition: all .5s
}

.close:hover img {
    transform: rotate(90deg);
}

.tanin table {
    width: 100%;
}