*{
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    font-size: 18px;
    -webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}
body{
    background-color: rgb(241, 241, 241);
}
.marginTop{
    margin-top: 10px;
}
.marginTop-5{
    margin-top: 5px;
}
.marginRight{
    margin-right: 5px;
}
.d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.d-flex-column{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-radius: 5px; padding: 5px 0;
}
.header{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
    background-color: #fff;
}
.container{
    padding: 10px;
}
.item-con-form{
    width: 100%;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.item-con-form input{
    width: 100%;
    height: 35px;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    color: #888;
    font-size: 17px;
}
.agetimes-left,.agetimes-right {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #b29865;
}

.item-con-agetimes .item-subclass-{
    min-width: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
    color: #b29865;
    font-size: 16px;
    padding: 5px 10px;
}
.item-con-agetimes .sub-active{
    background-color: #b29865;
    color: #ffffff;
    transition: background-color 0.2s;
}

.item-package-content div,span{
    font-size: 13px;
    font-weight: 300;
}

.item-package-content .marginTop-5{
    color: rgb(139 , 139, 139);
}
.item-package .switch-active{
    color: #b29865;
    transition: color 0.2s;
}
.item-package .item-grounp-s{
    padding: 3px 12px;
    margin-right: 5px;
    display: inline-block;
    min-width: 20px;
    background-color: #d6d6e0;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    font-size: 14px;
}
.item-package-content .switch-active{
    background-color: #b29865;
    color: #ffffff;
}


.item-clock{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    background: linear-gradient(145deg, #ebebeb, #e2e2e2);

}

  .clock-center{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    z-index: 5;
    box-shadow:  3px 3px 5px #afafaf,
             -3px -3px 5px #c1c1c1;
}
  .hour,.hour-pointer,.minutes-pointer,.seconds-pointer{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 48%;
    top: 48%;
}
.number,.pointer{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    width: 20px;
    height: 55px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.number span{
    font-size: 13px;
}
.hour-pointer>.pointer{
    width: 4px;
    height: 25px;
    background-color: #333;
    border-radius: 5px;
}
.minutes-pointer>.pointer{
    width: 4px;
    height: 35px;
    background-color: #666;
    border-radius: 5px;
}
.seconds-pointer>.pointer{
    width: 4px;
    height: 90px;
    background-color: #999;
    border-radius: 5px;
}

.item-con-butt button{
    width: 100%;
    height: 50px;
    background: black;
    color: white;
    border: none;
    border-radius: 5px;
}

.item-con-header{
    width: 100%;
    height: 90px;
    color: #FFFFFF;
    background-color: rgb(14, 14, 14);
}
.item-package-one{
    padding-bottom: 10px;
}
.item-con-c .item-package div{
    font-size: 14px;
}

.color-b29865{
    color: #b29865;
}
.color-blue{
    color: #2c6cea;
}
.color-golden{
    color: #df912a;
}
.color-red{
    color: #bb1e24;
}
.color-brown{
    color: #815f0d;
}
.color-green{
    color: #71e264;
}
.color-808080{
    color: #808080;
}
.item-package tr td div{
    text-align: center;
}
.item-con-header-left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    box-sizing: border-box;
}
.item-con-header-left image{
    width: 70px;
    height: 70px;
}
.item-con-header-right{
    margin-left: 1rem;
}
.item-con-header-right div{
    text-align: left;
}

tr .td-title div:nth-child(1){
    color: #808080;
}
tr .td-title:nth-child(1){
    color: #808080;
}
.width-col-7{
    width: calc(100vw / 8);
}
.width-col-8{
    width: calc(100vw / 8);
}
.width-col-9{
    /*width: calc(100vw / 9);*/
}
.width-col-10{
    width: calc(100vw / 10);
}
.one-title- div:nth-child(3),.one-title- div:nth-child(4){
    margin-top: 10px;
}

.font-size-18  div:nth-child(3),.font-size-18  div:nth-child(4){
    font-size: 22px;
}
.item-package-three,.item-package-five,.item-package-six,.item-package-seven,.item-package-eight{
    border-top: 1px solid #afafaf;
}
.item-package-three{
    background-color: rgb(249,249,249);
    padding: 1px 0;
}
.item-con-c .item-package-three tr td div{
    font-size: 13px;
}
.item-package-four{
    padding: 5px 0;
}
.item-package-four tr td div{
    color: #333333;
}
.item-package-four tr td{
    border-right: 1px solid #dddddd;
}
.item-package-four tr td:last-child{
    border: none;
}
.item-package-five{
    background-color: rgb(249,249,249);
    padding: 10px;
}
.item-package-five .five-item-left div,.item-package-five .five-item-right div,span{
    font-size: 13px;
}
.five-item-right-r{
    width: 40px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    position: relative;
    margin-left: 5px;
}
.five-item-right-r i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.item-package-six,.item-package-seven,.item-package-eight{
    padding:5px 0;
    overflow-x: scroll;
}
.six-item-td-o{

}
.item-package tr td .six-item-td-o div{
    font-size: 10px;
}
.item-package tr td .six-item-td-t div:nth-child(2){
    font-size: 10px;
}
.item-package-seven tr td div:last-child, .item-package-eight tr td .eight-td-o-last-d {
    font-size: 10px;
}
.item-package tr td .six-item-td-t div,.item-package tr .eight-td-o- div{
    writing-mode: tb-rl;
    letter-spacing: 2px;
}
.six-item-td-t div {
    width: 15px;
    display: inline-block;
    height: 32px;
    margin: 0 2px;
}
.color-bb1e24{
    width: 10px !important;
}
table{
    width: 100%;
}



.select{background:#fff; display: table; width: 100%; position: relative; border-bottom:1px solid #f0f0f0; overflow: hidden;}
.select .main{
  padding:5px 0;
  white-space: nowrap;
  overflow-x: auto;
}
.select .point{position:absolute; left:0; top:0;
  writing-mode: vertical-lr; text-align: center; line-height: 25px; height:100%; box-shadow: 0 0 5px #e0e0e0; z-index: 2; background:#fff;
  padding:0 7px;
}
.select .main{position: relative; z-index: 1; font-size: 12px;}
.select .main .info{display:inline-block; width:10%; text-align: center; font-size: 12px; line-height: 20px; color:#666;padding:5px 0; border-left:1px solid #f9f9f9;}
.select .main .on{background:#f0f0f0; border-radius: 5px;}
.select .main .font{margin:5px auto; color:#000; display:flex;justify-content: center;align-items: center;}
.select .main .font div{float: left; writing-mode: vertical-lr; width: auto; text-align: center; line-height: 16px;}
