
.Purchase_completed{
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    justify-content: center;
    align-items: center;
}
.Purchase_completed .dlg_body{
    width: 780px;
    height: 560px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.Purchase_completed .dlg_body h3{
    font-family: OpenSans-SemiBold;
    font-size: 18px;
    font-weight: bold;
    color: #111313;
    text-align: center;
    margin: 30px 0 68px;
}
.Purchase_completed .dlg_body .delete_img{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.Purchase_completed .dlg_body p{
    font-family: OpenSans-Regular;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-bottom: 58px;
}
.Purchase_completed .dlg_body .bg-success{
    width: 162px;
    height: 190px;
    margin-bottom: 39px;
}
.Purchase_completed .dlg_body .success_btn{
    width: 300px;
    height: 60px;
    background: #F3B00F;
    border-radius: 10px;
    font-size: 24px;
    font-family: OpenSans-SemiBold;
    color: #ffffff;
    cursor: pointer;
}

main .onebox {
  padding-top: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
    position: relative;
}
main .onebox h2 {
  font-size: 44px;
  font-family: OpenSans-SemiBold;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}
main .onebox p {
  font-size: 30px;
  font-family: OpenSans-SemiBold;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
}
main .onebox .tab_box{
    margin: 20px;
    display: flex;
    font-family: OpenSans-SemiBold;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
}
main .onebox .tab_box .tab_nav{
    margin: 0 10px;
    color: #999;
    border-bottom: 4px #fff solid;
    background-color: rgba(255,255,255,0);
}
main .onebox .tab_box .tab_nav:hover{
    margin: 0 10px;
    border-bottom: 4px #999 solid;
}
.tab_active{
    color: #333 !important;
    border-bottom: 4px #333 solid !important;
}

/*main .onebox #disposable_div{*/
/*    display: none;*/
/*}*/

/*帖子平移动画*/
.translation_x{
    animation: spin ease 0.5s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes spin {
    from {
        transform:  translateX(-20000px);
    }
    to {
        transform: translateX(0px);
    }
}


main .onebox .listbox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
    position: relative;
}
main .onebox .listbox .list-tab{
    width: 280px;
    height: 648px;
    list-style: none;
    padding-top: 70px;
    border-radius: 15px;
    background-color: #EEEEEE;
}
main .onebox .listbox .list-tab li{
    font-size: 14px;
    line-height: 20px;
    font-family: OpenSans-Regular;
    color: #0D0D0D;
    border-bottom: 1px solid #666;
    padding: 10px 10px 10px 24px ;
}
main .onebox .listbox .list-tab li:last-child{
    border-bottom: none;
}
main .onebox .listbox .list-tab li label{
    font-size: 16px;
    font-family: OpenSans-SemiBold;
    font-weight: 600;
}
main .onebox .listbox .boxs {
  width: 280px;
  height: 648px;
  background: #EEEEEE;
  border-radius: 20px;
    margin-left: 20px;
}
main .onebox .listbox .boxs .topbox1 {
  width: 280px;
  height: 36px;
  background: #59C279;
  border-radius: 20px 20px 0px 0px;
  font-size: 18px;
  font-family: OpenSans-SemiBold;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .onebox .listbox .boxs .topbox2 {
  width: 280px;
  height: 36px;
  background: #F3B00F;
  border-radius: 20px 20px 0px 0px;
  font-size: 18px;
  font-family: OpenSans-SemiBold;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .onebox .listbox .boxs .topbox3 {
  width: 280px;
  height: 36px;
  background: #0FC1E8;
  border-radius: 20px 20px 0px 0px;
  font-size: 18px;
  font-family: OpenSans-SemiBold;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .onebox .listbox .boxs .topbox4 {
    width: 280px;
    height: 36px;
    background: #ff6b81;
    border-radius: 20px 20px 0px 0px;
    font-size: 18px;
    font-family: OpenSans-SemiBold;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
main .onebox .listbox .boxs .midbox {
  width: 100%;
  padding: 0 15px;
}
main .onebox .listbox .boxs .midbox h3 {
  font-size: 20px;
  font-family: OpenSans-SemiBold;
  font-weight: 600;
  color: #0D0D0D;
  margin-top: 30px;
  margin-bottom: 20px;
}
main .onebox .listbox .boxs .midbox h4 {
  font-size: 24px;
  font-family: OpenSans-SemiBold;
  font-weight: bold;
  color: #0D0D0D;
}
main .onebox .listbox .boxs .midbox .midbtn {
  width: 200px;
  height: 40px;
  background: #0FC1E8;
  border-radius: 10px;
  font-size: 20px;
  font-family: OpenSans-SemiBold;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
}
main .onebox .listbox .boxs .midbox h5 {
  font-size: 18px;
  font-family: OpenSans-SemiBold;
  font-weight: 600;
  color: #0D0D0D;
  margin-top: 10px;
}
main .onebox .listbox .boxs .midbox ul {
    list-style: none;
    height: 360px;
}
main .onebox .listbox .boxs .midbox ul li {
    font-size: 14px;
    line-height: 20px;
    font-family: OpenSans-Regular;
    color: #0D0D0D;
    border-bottom: 1px solid #666;
    padding: 10px 0;
}
main .onebox .listbox .boxs .midbox ul li:last-child{
    border-bottom: none;
}
main .onebox .listbox .boxs .midbox ul li label {
    font-size: 16px;
    font-family: OpenSans-SemiBold;
    font-weight: 600;
}

main .towbox {
  width: 100%;
  background: #F9F9F9;
  padding-top: 40px;
}
main .towbox .listbox {
  display: flex;
  justify-content: center;
}
main .towbox .listbox .boxs {
  width: 315px;
  height: 180px;
  background: #EEEEEE;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
main .towbox .listbox .boxs .imgbox {
  width: 150px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
main .towbox .listbox .boxs h3 {
  font-size: 22px;
  font-family: Open Sans;
  font-weight: 400;
  color: #0D0D0D;
}
main .towbox .listbox .boxs:last-child {
  margin-right: 0;
}
