
a{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
div.banner{
    width: 100%;
}
div.banner img{
    width:100%;
}
main{
    width: 100%;
    background: url(../img/back.png);
    background-size: 100% 720px;
    background-repeat:no-repeat;
    background-color: #EDEDED;
    padding: 30px 0 22px;
    font-size: 16px;
}
section.content-mian{
    width: 1200px;
    margin:0 auto;
}
div.infoTip{
    width: 1200px;
    overflow: hidden;
    padding-bottom: 10px;
}
.infoTip-gszx::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 27px;
    background-color: #D9261D;
    vertical-align:middle;
    margin-right: 16px;
    border-radius: 3px;
}
.infoTip-gszx{
    float: left;
    font-size: 25px;
    color: #333333;
}
.infoTip-back{
    float: right;
}
.infoTip-back a{
    color: #8F8F8F;
}
div.Self-introduction{
    width: 1163px;
    height: 280px;
    margin:18px auto 18px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    color: #959595;
    /* overflow: hidden; */
}
div.Self-introduction img{
    width: 260px;
    height: 368px;
    vertical-align: middle;
    /* width: 20%; */
}
div.SI-intro{
    width: 737px;
    height: 220px;
    /* background-color: lightblue; */
    float: right;
    margin: 33px 67px 0 0;
}
div.SI-intro-name{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 8px;
}
.introName-name span:nth-child(1){
    color:#DB261E;
    font-size: 33px;
    margin-right: 20px;
}
.introName-post{
    margin-top:17px;
}
.SI-intro-backdrop{
    margin-top: 20px;
    height: 92px;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

div.SI-intro-order{
    display: flex;
    justify-content:space-between;
}
input.chooseTime{
    width:222px;
    height: 38px;
    text-align:center;
    border: 1px solid #DDDDDD;
    vertical-align: bottom;
    margin-right: 8px;
    color: #A0A0A0;
    font-size: 16px;
}
div.introOrder-choose{
    margin-top: 4px;
    position: relative;
}
div.introOrder-choose button{
    height: 40px;
    background-color: #D9261D;
    width: 112px;
    border: none;
    color: #FEFEFE;
    font-size: 16px;
    position: relative;
    left: -15px;
}
div.introOrder-choose>p{
    width: 14px;
    height: 39px;
    background-color: #E6E6E6;
    display: inline-block;
    vertical-align:bottom;
    position: relative;
    left: -26px;
}
div.introOrder-choose>p>.triangle-down{
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #000000;
    position: relative;
    top: 22px;
    left:5px;
}
ul.Chooseshow-time{
    position: absolute;
    width: 208px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    display: none;
}
ul.Chooseshow-time li{
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #6B6B6B;
    cursor: pointer;
}
ul.Chooseshow-time li.timeActive{
    background-color: #D9261D;
    color:#FFFFFD;
}
.introOrder-today{
    margin-right: 60px;
}
.introOrder-today span:nth-child(1){
    color: #343434;
}
.introOrder-today span:nth-of-type(2){
    color: #E2766C;
    font-size: 15px;
}
.introOrder-history{
    color: #343434;
    display: inline-block;
    position: relative;
    top:-10px;
}
.introOrder-history>strong{
    color:#D9271B;
}
a.available {
    height: 40px;
    background-color: #D9261D;
    width: 112px;
    border: none;
    color: #FEFEFE;
    font-size: 16px;
    position: relative;
    left: -15px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

a.gray {
    height: 40px;
    background-color: #a7a5a4;
    width: 112px;
    border: none;
    color: #FEFEFE;
    font-size: 16px;
    position: relative;
    left: -15px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.gsleft {
    height: 100%;
    overflow: hidden;
    float: left;
}