* {
    box-sizing: border-box;
  }
  
  *:focus {
    outline: none;
  }
  
  .tsm {
    background: #333;
    font-size: 13px;
    color: #fff;
    margin: 20px;
    margin-top: 0px;
    padding: 12px;
    line-height: 25px;
  }
  
  .tsm .p2 {
    margin-top: 12px;
  }
  
  .btns {
    padding: 20px;
  }
  
  .btns div {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    background: #0CC;
    color: #fff;
    margin-bottom: 12px;
    width: 100%;
  }
  
  
  img {
    max-width: 100%
  }
  .head {
    height: 380px;
    background: url('../../static/images/library/bg.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 60px;
    text-align: center;
    margin-bottom: 53px;
  }
  
  
  .head .name {
    padding-top: 165px;
  }
  
  .head .letter {
    font-size: 30px;
    opacity: 0.6;
  }
  
  .content .title {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
  }
  .content {
    background: #fff;
    padding: 20px;
    padding-top: 0
  }
  .contentBox{
    display: flex;
    flex-wrap: wrap;
  }
  .itemBox{
    flex-basis: 45%;
    font-size: 0;
    margin: 0 46px 29px 0;
    box-sizing: content-box;
  }
  .left{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-right: 20px;
    box-sizing: border-box;
  }
  .right{
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 220px);
    /* vertical-align: top; */
    color: #485069;

  }
  .right .title{
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #1A2448;
  }
  .right .details{
    display: block;
    font-weight: 400;
    color: #485069;
    line-height: 24px;
    margin-top: 10px;
  }
  .btnBox{
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    align-items: baseline;
    cursor: pointer;
  }
  .btnBox span:nth-child(1) a{
    color: #2550DB;
  }
  .btnBox span:nth-child(2){
    padding: 6px 30px;
    color: #fff;
    font-size: 20px;
    background: #2550DB;
    border-radius: 6px;
  }
.Visible .el-dialog,
.affirmVisible .el-dialog{
    width: 467px;
    max-height: 276px;
    background: #F1F5FF;
}
.Visible .el-dialog__headerbtn .el-dialog__close,
.affirmVisible .el-dialog__headerbtn .el-dialog__close{
    font-size: 20px;
    color: #1A2448;
}
.Visible .el-dialog__headerbtn:hover .el-dialog__close ,
.affirmVisible .el-dialog__headerbtn:hover .el-dialog__close {
    color: #1A2448;
}

.Visible .el-dialog__title{
    font-size: 20px;
    color: #1A2448;
}
.affirmVisible .el-dialog__title{
    font-size: 14px;
    color: #1A2448;
}
.Visible .el-dialog__body{
    padding: 0px 0px 20px;
}
.price{
    width: 427px;
    height: 53px;
    line-height: 53px;
    padding: 0 16px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    font-weight: 400;
    color: #1A2448;
    font-size: 14px;
    /* margin-bottom: 8px; */
    margin: 0 20px 8px;
}
.money{
    font-size: 28px;
    color: #EB6529;
    margin-right: 17px;
}
.count{
    vertical-align: 5px;
}
.mean{
    padding: 3px 6px;
    line-height: 17px;
    background: #EB6529;
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 7px;
}
.deal{
    width: 427px;
    /* height: 78px; */
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    padding: 20px 19px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 20px;
}
.deal_val{
    margin-bottom: 8px;
}
.hint{
    margin-top: 8px;
    color: #FF0000;
}
.deal #a_line:hover,
.btnBox a:hover{
    color: #2550DB!important;
}
#a_line{
    color: #2550DB;
}
.deal .el-checkbox__inner{
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.deal .el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #2550DB ;
    border: 1px solid #2550DB;
  }
  .deal .el-checkbox__inner:hover {
    border-color: #2550DB;
  }
  .deal .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #2550DB;
  }
  .deal .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #2550DB;
  }
  .deal .el-checkbox__inner::after{
    width: 4px;
    height: 8px;
  }
  .bottom{
    height: 65px;
    background: #FFFFFF;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 20px ;
    font-size: 14px;
    color: #1A2448;
  }
  .bottom_money{
    vertical-align: sub;
  }
  .bottom_btn{
    padding: 10px 30px;
    background: #EB6529;
    border-radius: 6px;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
  }
  .affirmVisible .el-dialog__body{
    padding: 0px 0px 0px;
}
.affirDeal{
    color: #1A2448;
    padding: 20px 15px;
    line-height: 24px;
}