.qk_gn_phone{
    display: none;
}
.phone-tab-content{
    display: flex;
    position: relative;
    padding-top: 12px;
}
.phone-tab-div{
	width: 85%;
	padding: 0 8px;
	box-sizing: border-box;
	overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 0;
	background: #fff;
}
.phone-tab-div::-webkit-scrollbar {
    display: none;
}
.phone-tab-div a{
    display: inline-flex;
    padding: 0 8px;
    height: 27px;
    align-items: center;
    border-radius: 10px;
    margin-right: 16px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
}
.phone-tab-div a:last-child{
    margin-right: 0;
}
.phone-tab-div a.active{
	background: #FCEDF0;
    font-size: 15px;
    font-weight: 500;
    color: #F2003D;
}
.phone-right-pulldwon{
    width: 15%;
    height: 27px;
    position: absolute;
    right: 0;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-right-pulldwon img{
    width: 12px;
    height: 7px;
}
.phone-pull-overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}
.phone-pulldwon-popup{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: #FFFFFF;
    display: none;
}
.phone-pulldwon-popup .title{
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-left: 9px;
}
.phone-pulldwon-popup .title .right{
    display: inline-block;
    padding-right: 22px;
}
.phone-pulldwon-popup .title img{
    width: 12px;
    height: 7px;
}
.phone-pulldwon-popup .tab-list{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 16px;
    padding-left: 8px;
}
.phone-pulldwon-popup .tab-list a{
    display: inline-block;
    width: 60px;
    padding: 6px 8px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    margin-right: 16px;
    margin-top: 16px;
}
.phone-pulldwon-popup .tab-list a.active{
    font-size: 15px;
    font-weight: 500;
    color: #F2003D;
    background: #FCEDF0;
    border-radius: 10px;
}
.phone-pulldwon-popup .tab-list a:nth-child(4n){
    margin-right: 0;
}

.phone-from-div{
    margin-top: -6px;
}
.phone-from-div .input-title{
    width: 87.2%;
    margin: 0 auto;
    height: 44px;
    background-color: #F6F7F8;
    display: flex;
    align-items: center;
    margin-top: 26px;
    position: relative;
}
.phone-from-div .input-title .left{
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    width: 4em;
    margin-left: 11px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
}
.phone-from-div .input-title input{
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    padding-left: 20px;
    width: calc(100% - 4em - 43px);
}
.phone-from-div .input-title .form-sex{
    position: absolute;
    right: 0;
    top: 10px;
    display: flex;
    align-items: center;
    padding-right: 2px;
}
.phone-from-div .input-title .form-sex input{
    display: none;
}
.phone-from-div .input-title .form-sex label:nth-child(1) input+span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 21px;
    background: url(/tool/img/man-not.png) no-repeat;
    background-size: 100% 100%;
}
.phone-from-div .input-title .form-sex label:nth-child(1) input:checked+span {
    background: url(/tool/img/man-sel.png) no-repeat;
    background-size: 100% 100%;
}
.phone-from-div .input-title .form-sex label:nth-child(2) input+span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 21px;
    background: url(/tool/img/girl-not.png) no-repeat;
    background-size: 100% 100%;
}
.phone-from-div .input-title .form-sex label:nth-child(2) input:checked+span {
    background: url(/tool/img/girl-sel.png) no-repeat;
    background-size: 100% 100%;
}
.phone-from-div .other-radio{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    padding-left: 29px;
    padding-top: 19px;
}
.phone-from-div .other-radio label{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: inline-flex;
    align-items: center;
    margin-left: 23px;
}
.phone-from-div .other-radio label:nth-child(2){
    margin-left: 41px;
}
.phone-from-div .other-radio label span{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 9px;
}
.phone-from-div .other-radio label input+span {
    background: url(/tool/img/other-not.png) no-repeat;
    background-size: 100% 100%;
}
.phone-from-div .other-radio label input:checked+span {
    background: url(/tool/img/other-sel.png) no-repeat;
    background-size: 100% 100%;
}
.phone-from-div .from-submit{
    margin-top: 32px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}
.phone-from-div .from-submit a{
    display: inline-flex;
    width: 40%;
    height: 44px;
    background: #F89D46;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 2.6%;
}
.phone-from-div .from-submit button{
    display: inline-flex;
    width: 40%;
    height: 44px;
    background: #DA043A;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 2.6%;
}



.qk_gn-phone-details{
    width: calc(100% + 20px);
    margin-left: -10px;
}
.qk_gn-phone-details .phone-tab-div{
    width: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}
.qk_gn-phone-details .phone-tab-div a{
    margin: 0;
}
.phone-info-details{
    padding: 14px 10px;
    padding-bottom: 0;
}
.phone-info-details li{
    width: calc(100% - 10px);
    display: flex;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
    padding-left: 11px;
}
.phone-info-details li:nth-child(2n-1){
    background-color: #FAFAFA;
}
.phone-info-details li span{
    display: flex;
    flex-wrap: wrap;
    word-wrap: break-word;
    word-break: break-all;
    justify-content: space-between;
}
.phone-info-details li .left{
    width: 60px;
    min-width: 60px;
    margin-right: 15px;
    white-space: nowrap;
}
.phone-info-details li .right{
    color: #4D4D4D;
    white-space: pre-wrap;
}

.phone-info-details li .right2{
    color: #4D4D4D;
}

.phone-info-details li .right p{
    color: #E95352;
}
.phone-info-details li .gruy{
    color: #999999;
}
.phone-info-details li .black{
    color: #4D4D4D;
}

.phone-info-progress-tab{
    padding-left: 15px;
    padding-bottom: 29px;
    width: calc(100% + 20px);
    margin-left: -10px;
    box-sizing: border-box;
    border-bottom: solid #F9F9F9 8px;
    display: none;
}
.phone-info-progress-tab .title-tab{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    position: relative;
    margin-top: 13px;
}
.phone-info-progress-tab .title-tab p{
    width: 3px;
    height: 16px;
    background: #F2003C;
    margin-right: 8px;
}
.phone-info-progress-tab .title-tab span{
    margin-right: 13px;
}
.phone-info-progress-tab .title-tab .active{
    color: #F2003C;
}
.phone-info-progress-tab .progress-list ul:nth-child(2){
    display: none;
}
.phone-info-progress-tab .progress-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    padding-right: 21px;
    margin-top: 14px;
}
.phone-info-progress-tab .progress-list li img{
    width: 28px;
    height: 28px;
}
.phone-info-progress-tab .progress-list .progress-item{
    width: 57.86vw;
    height: 10px;
    background: #F1F1F1;
    border-radius: 5px;
}
.phone-info-progress-tab .progress-list .progress-item span{
    display: block;
    height: 10px;
    border-radius: 5px 0px 0px 5px;
}
.phone-info-progress-tab .progress-list li:nth-child(1) .progress-item span{
    background: #D7B687;
}
.phone-info-progress-tab .progress-list li:nth-child(2) .progress-item span{
    background: #E7A889;
}
.phone-info-progress-tab .progress-list li:nth-child(3) .progress-item span{
    background: #83C4F3;
}
.phone-info-progress-tab .progress-list li:nth-child(4) .progress-item span{
    background: #F88986;
}
.phone-info-progress-tab .progress-list li:nth-child(5) .progress-item span{
    background: #93C8D7;
}
.phone-qk_gn{
    display: none;
}


.phone-lifedisc-info{
    display: flex;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 13px;
    background-color: #FEFBF5;
    box-sizing: border-box;
    padding-left: 11px;
    padding-top: 11px;
    padding-bottom: 13px;
    position: relative;
}
.phone-lifedisc-info .left{
    text-align: center;
    font-size: 14px;
    margin-right: 14px;
    width: 44px;
}
.phone-lifedisc-info img{
    width: 44px;
    height: 44px;
    margin: 0 auto;
    margin-bottom: 9px;
}
.phone-lifedisc-info .right{
    line-height: 38px;
}
.phone-lifedisc-info .right font{
    color: #E95352;
}
.phone-lifedisc-text{
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    color: #C09761;
    margin-top: 16px;
    margin-bottom: 9px;
}

.phone-lifedisc-list{
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    padding-left: 10px;
}
.phone-lifedisc-list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 10px);
}
.phone-lifedisc-list ul:nth-child(2n-1){
    background-color: #FAFAFA;
}
.phone-lifedisc-list ul .left{
    margin-left: 13px;
    margin-right: 8vw;
    color: #999999;
}
.phone-lifedisc-list ul li span{
    display: inline-flex;
    width: 17vw;
    align-items: center;
}
.phone-lifedisc-list ul .right{
    width: calc(100% - 13px - 8vw - 34px);
}
.phone-lifedisc-list ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.phone-lifedisc-list ul li span.gruy{
    color: #999999;
}
.phone-lifedisc-list ul li span.f20{
    font-size: 20px;
    font-weight: 500;
}
.phone-lifedisc-list ul li span.fctu{
    color: #C09761;
}
.phone-lifedisc-list ul li span.fchuo{
    color: #E95352;
}
.phone-lifedisc-list ul li span.fcshui{
    color: #65A3E1;
}
.phone-lifedisc-list ul li span.fcmu{
    color: #67A14B;
}
.phone-lifedisc-list ul li span.fcjin{
    color: #9D8501;
}
.phone-lifedisc-list ul li span.fcss{
    color: #C09761;
    white-space: nowrap;
}
.phone-lifedisc-list ul li span img{
    width: 16px;
    height: 16px;
    margin-left: 4px;
    margin-bottom: -5px;
}
.phnoe-four-column-notation{
    width: 92%;
    margin: 0 auto;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    background: url(/tool/img/four-column-notation.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 47px;
    margin-bottom: 27px;
    text-decoration:underline;
}
.four-column-notation-popup{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.four-column-notation-popup .content{
    position: relative;
    width: 92%;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    box-sizing: border-box;
    padding: 0 13px;
    max-height: calc(100% - 100px);
    overflow-y: scroll;
    padding-bottom: 49px;
}
.four-column-notation-popup .content .title{
    text-align: center;
    margin-top: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.four-column-notation-popup .content .text{
    line-height: 27px;
    font-size: 15px;
    display: inline-block;
    margin-top: 18px;
}
.four-column-notation-popup .content .text p:first-child{
    color: #BE8F4C;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}
.four-column-notation-popup .content .text .right{
    width: 100%;
    text-align: right;
    font-size: 18px;
    white-space: pre;
}
.four-column-notation-popup .content .text b{
    color: #333333;
    font-size: 15px;
}
.phone-popup-close{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 13px;
    right: 16px;
}

.phone-lifedisc-info .switch{
    font-size: 12px;
    font-weight: 400;
    color: #E95352;
    position: absolute;
    right: 7px;
    top: 30px;
    text-align: center;
}
.phone-lifedisc-info .switch label input+span {
    display: block;
    width: 34px;
    height: 17px;
    background: url(/tool/img/switch_not.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 6px;
    margin-left: 1px;
}
.phone-lifedisc-info .switch label input:checked+span {
    background: url(/tool/img/switch_sel.png) no-repeat;
    background-size: 100% 100%;
}

.eight-characters-table{
    display: flex;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 27px;
    padding: 8px 0;
    padding-left: 13px;
    position: relative;
}
.eight-characters-table .left-item{
    display: inline-block;
    white-space: normal;
    min-width: 35px;
    width: 35px;
}
.eight-characters-table .line{
    position: absolute;
    left: calc(36vw + 48px);  
    height: 107px;
    border-left: solid #F5F5F5 1px;
}
.eight-characters-table span{
    display: block;
}
.eight-characters-table .fcblack{
    color: #333333;
}
.eight-characters-table .fcding{
    color: #E95352;
}
.eight-characters-table .fcyi{
    color: #9D8501;
}
.eight-characters-table .fcmao{
    color: #67A14A;
}
.eight-characters-table .fcgeng{
    color: #BE8F4C;
}
.eight-characters-table .fczi{
    color: #65A3E1;
}
.eight-characters-table .content-item{
    margin-left: 0;
}
.eight-characters-table .content-item li{
    display: flex;
    justify-content: space-between;
}
.eight-characters-table .content-item span{
    display: inline-block;
    width: 9.6vw;
    margin-right: 3vw;
    white-space: nowrap;
    text-align: center;
}

.eight-characters-table .content-item span.fctu{
    color: #C09761;
}
.eight-characters-table .content-item span.fchuo{
    color: #E95352;
}
.eight-characters-table .content-item span.fcshui{
    color: #65A3E1;
}
.eight-characters-table .content-item span.fcmu{
    color: #67A14B;
}
.eight-characters-table .content-item span.fcjin{
    color: #9D8501;
}







.eight-characters-table .content-item li:nth-child(n+3){
    font-size: 18px;
}
.eight-characters-table .content-item:last-child li span:last-child{
    margin-right: 0;
}

.eight-characters-hidedry{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    padding: 4px 0;
    padding-left: 13px;
    background-color: #FAFAFA;
}
.eight-characters-hidedry .left{
    display: inline-block;
    white-space: normal;
    min-width: 35px;
}
.eight-characters-hidedry .right{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.eight-characters-hidedry .right span{
    display: inline-block;
    margin-right: 3vw;
    width: 9.6vw;
    white-space: nowrap;
    text-align: center;
}

.eight-characters-hidedry .right .fctu{
    color: #C09761;
}
.eight-characters-hidedry .right .fchuo{
    color: #E95352;
}
.eight-characters-hidedry .right .fcshui{
    color: #65A3E1;
}
.eight-characters-hidedry .right .fcmu{
    color: #67A14B;
}
.eight-characters-hidedry .right .fcjin{
    color: #9D8501;
}





.eight-characters-hidedry .right span:nth-child(7n){
    margin-right: 0;
}
.eight-characters-hidedry .fcyi{
    color: #9D8501;
}
.eight-characters-hidedry .fckui{
    color: #67A14A;
}

.eight-characters-hidedry .fcding{
    color: #E95352;
}
.eight-characters-hidedry .fctu{
    color: #C09761;
}
.eight-characters-hidedry .fcmao{
    color: #67A14A;
}
.eight-characters-hidedry .fcgeng{
    color: #BE8F4C;
}
.eight-characters-hidedry .fczi{
    color: #65A3E1;
}



.eight-characters-list{
    background-color: #FFFFFF;
    display: inherit;
}
.eight-characters-list ul{
    display: flex;
    align-items: center;
}
.eight-characters-list ul:nth-child(1) .right{
    font-size: 14px;
}
.eight-characters-list ul:nth-child(2) .right{
    font-size: 14px;
}
.eight-characters-list ul:nth-child(3) .right{
    font-size: 15px;
}
.eight-characters-list ul:nth-child(4) .right{
    font-size: 12px;
}
.eight-characters-start{
    font-size: 12px;
    font-weight: 400;
    color: #C09761;
    background-color: #FEFBF5;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 22px;
    line-height: 28px;
}
.eight-characters-start .right{
    margin-left: auto;
}
.eight-characters-start .right font{
    color: #E95352;
}
.eight-characters-greatluck{
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    display: flex;
    height: 92px;
    align-items: center;
    max-width: 100vw;
}
.eight-characters-greatluck .left{
    width: 10.12vw;
    text-align: center;
}
.eight-characters-greatluck .left p{
    font-size: 10px;
}
.eight-characters-greatluck .right{
    display: flex;
}
.eight-characters-greatluck .left span{
    display: block;
    width: 15px;
    margin: 0 auto;
    margin-bottom: 7px;
}
.eight-characters-greatluck .left label input+span {
    display: block;
    width: 18px;
    height: 9px;
    margin: 0 auto;
    background: url(/tool/img/switch_not.png) no-repeat;
    background-size: 100% 100%;
}
.eight-characters-greatluck .left label input:checked+span {
    background: url(/tool/img/switch_sel.png) no-repeat;
    background-size: 100% 100%;
}
.eight-characters-greatluck .right{
    width: 89.8vw;
    display: flex;
}
.eight-characters-greatluck .right .item{
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    color: #333333;
    width: 9.9777vw;
    min-width: 9.9777vw;
    max-width: 9.9777vw;
    text-align: center;
    height: 70px;
    border: solid #FFFFFF 1px;
    border-left: solid #F5F5F5 1px;
    box-sizing: border-box;
}
.eight-characters-greatluck .right p{
    white-space: nowrap;
    color: #666666;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
}
.eight-characters-greatluck .right .item span{
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    align-items: center;
    max-width: 26px;
    margin: 0 auto;
}
.eight-characters-greatluck .active{
    background: rgba(239,160,159,0.09);
    border: 1px solid #E95352 !important;
}
.eight-characters-fleeting-list .right .item{
    border: 1px solid #FAFAFA !important;
}
.eight-characters-fleeting-list .active{
    background: rgba(239,160,159,0);
    border: 1px solid #FAFAFA !important;
    position: relative;
    z-index: 10;
}
.eight-characters-fleeting-list .item p{
    border: 1px solid #FAFAFA !important;
    height: 20px;
    line-height: 20px;
    margin-bottom: -3px;
}
.eight-characters-fleeting-list .item .active{
    background: rgba(239,160,159,0.09);
    border: 1px solid #E95352 !important;
    height: 20px;
    background: rgba(239,160,159,0.09);
    border: 1px solid #E95352;
}
.eight-characters-greatluck .right .item span font{
    font-size: 10px;
    font-weight: 400;
    color: #E95352;
}
.eight-characters-fleeting{
    background-color: #FAFAFA;
}
.eight-characters-fleeting .item{
    width: 8.98vw !important;
    min-width: 8.98vw !important;
    max-width: 8.98vw !important;
}
.eight-characters-fleeting-list{
    background-color: #FAFAFA;
    height: 243px;
    position: relative;
    display: none;
}
.eight-characters-fleeting-list p{
    font-size: 11px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 4.8px;
}
.eight-characters-fleeting-list .item{
    height: 223px !important;
    width: 9.9777vw !important;
    min-width: 9.9777vw !important;
    max-width: 9.9777vw !important;
}
.eight-characters-fleeting-list .left .top{
    position: absolute;
    top: 12px;
    color: #999999;
    width: 10.12vw;
    text-align: center;
}
.eight-characters-fleeting-list .left .bottom{
    position: absolute;
    bottom: 8px;
    color: #999999;
    width: 10.12vw;
    text-align: center;
}
.eight-characters-flowing{
    height: 120px;
    border-bottom: solid #FAFAFA 8px;
}
.eight-characters-flowing .right .item{
    width: 7.4vw;
    max-width: 7.4vw;
    min-width: 7.4vw;
    height: 95px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.eight-characters-flowing .right .item .fcred{
    color: #E95352;
}

.eight-characters-demon{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    padding-left: 9px;
}
.eight-characters-demon ul{
    padding: 17px 0;
    border-bottom: solid #F5F5F5 1px;
}
.eight-characters-demon .title{
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    position: relative;
    line-height: 15px;
    margin-bottom: 20px;
}
.eight-characters-demon .title p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #F2003D;
    opacity: 0.2;
}
.eight-characters-demon div{
    display: flex;
}
.eight-characters-demon div .left{
    white-space: nowrap;
}
.eight-characters-demon div .rigth span{
    white-space: nowrap;
    color: #C09761;
    font-size: 11px;
    margin-right: 11px;
}

.phone-lifedisc-info .right-table .top{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #F2003D;
    height: 44px;
    margin-bottom: 9px;
}
.phone-lifedisc-info .right-table .top .title{
    white-space: nowrap;
}
.phone-lifedisc-info .right-table .top span{
    font-size: 18px;
    font-weight: 500;
    padding-left: 6.1vw;
    display: flex;
    flex-wrap: wrap;
}
.phone-lifedisc-info .right-table .top span p{
    margin-right: 11.7vw;
}
.phone-lifedisc-info .fcji{
    color: #9D8501;
}
.phone-lifedisc-info .fcgeng{
    color: #BE8F4C;
}
.phone-lifedisc-info .fcbin{
    color: #E95352;
}
.phone-lifedisc-info .fcyin{
    color: #67A14A;
}
.phone-lifedisc-info .fczi{
    color: #65A3E1;
}
.phone-lifedisc-info .right-table .top span p:nth-child(4n){
    margin-right: 0;
}
.phone-lifedisc-info .right-table .bottom{
    font-size: 12px;
    font-weight: 400;
    color: #E95352;
}
.phone-lifedisc-info .right-table .bottom span{
    margin-right: 2.9vw;
}
.phone-lifedisc-info .right-table .bottom span:last-child{
    margin-right: 0;
}
.make-judgment-tab{
    width: 200px;
    height: 30px;
    background: #FEFBF5;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #C19964;
    border: solid #C38150 1px;
    margin: 19px auto;
    display: flex;
}
.make-judgment-tab span{
    display: inline-block;
    width: 100px;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
}
.make-judgment-tab span.active{
    background-color: #C38150;
    color: #FFFFFF;
}
.make-judgment-from{
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    color: #BE824C;
    margin-top: 10px;
}
.make-judgment-from li{
    line-height: 40px;
    border-bottom: solid #F7EDDB 1px;
    display: flex;
    justify-content: space-between;
    padding-left: 11px;
    padding-right: 20px;
}
.make-judgment-from li .left{
    white-space: nowrap;
}
.make-judgment-from li .right{
    display: flex;
    align-items: center;
}
.make-judgment-from li .right img{
    width: 12px;
    height: 12px;
    margin-left: 9px;
}
.make-judgment-from li input{
    text-align: right;
}
.make-judgment-overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.make-judgment-content{
    width: 77.33%;
    background-color: #FFFFFF;
    max-height: calc(100% - 100px);
    overflow-y: scroll;
}
.make-judgment-list{
    width: 72vw;
    margin: 0 auto;
}
.make-judgment-list li{
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 10px 0;
    height: auto;
    display: flex;
    align-items: center;
    border-bottom: solid #F4F4F4 1px;
}
.make-judgment-list li span{
    word-break: break-all;
    word-wrap: break-word;
    width: 80%;
    display: block;
}
.make-judgment-list li.active{
    background: url(/tool/img/dagou.png) no-repeat;
    background-size: 22px 22px;
    background-position: calc(100% - 17px) 50%;
}
.make-judgment-list li:last-child{
    border-bottom: none;
}
.make-judgment-content .add-item{
    text-align: center;
}
.make-judgment-content .add-item input{
    width: 66.9vw;
    margin: 0 auto;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    display: none;
    text-align: left;
}
.make-judgment-content .add-item li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 23px;
    padding-right: 19px;
    padding-top: 10px;
    padding-bottom: 22px;
}
.make-judgment-content .add-item li img{
    width: 20px;
    height: 20px;
}
.make-judgment-content .add-item li span{
    font-size: 15px;
    font-weight: 400;
    color: #59A6DC;
    display: none;
}
.make-judgment-from li .textarea{
    width: 66vw;
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 24px;
    padding: 8px 0;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
    border: none;
    outline: none;
}
div[contenteditable]:empty:before{
    content: attr(placeholder);
    color: #cccccc;
}
div[contenteditable]:focus{
    content:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
    color: #cccccc;
}
::-moz-placeholder { /* Firefox 19+ */  
    color: #cccccc;
}
:-ms-input-placeholder { /* IE 10+ */ 
    color: #cccccc;
}
:-moz-placeholder { /* Firefox 18- */ 
    color: #cccccc;
}
.make-judgment-from .critical-event{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    align-items: center;
    border-bottom: none;
    margin: 10px 0;
    display: none;
}
.make-judgment-from .critical-event img{
    width: 24px;
    height: 24px;
}
.make-judgment-from .phnoe-four-column-notation{
    margin-top: 28px;
    margin-bottom: 26px;
    text-decoration: none;
    width: 92vw;
}
.make-judgment-from .item:nth-child(2){
    display: none;
}

.phone-master-comment li{
    padding: 0;
}
.phone-master-comment .phone-master-comment-item{
    border-bottom: none;
    line-height: inherit;
    padding: 0;
    margin-bottom: 5px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.phone-master-comment .phone-master-comment-item .choose-div{
    width: 26.9vw;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid #C38150;
    border-radius: 6px;
    line-height: 33px;
    padding-left: 17px;
    box-sizing: border-box;
    background: url(/tool/img/down.png) no-repeat;
    background-size: 12px 12px;
    background-position: calc(100% - 24px) 52%;
    margin-bottom: 13px;
    margin-right: 5.6vw;
}
.phone-master-comment .phone-master-comment-item .choose-div:nth-child(3n){
    margin-right: 0;
}
.phone-master-comment-item .summarize{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    border: solid #DBA47B 1px;
    width: 100%;
    padding: 11px 12px;
    margin-top: 15px;
}
.phone-master-comment-item .summarize .textarea{
    width: 100%;
}



/* 20230209紫薇斗数 str */
.qk_gn_phone.qk_gn-phone-ziweidoushu{
    border-bottom: none;
    margin-bottom: -8px;
}
.phone-info-details.mr0 li .left{
    margin-right: 0;
}
.phone-info-details .tr p{
    width: 2em;
    margin-right: 7.7333vw;
}
.phone-info-details .tr .gruy{
    color: #999999;
}
.phone-info-details .tr .black{
    color: #4D4D4D;
}

.phone-info-details-list{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    width: calc(100% - 40px);
    margin-left: 10px;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    padding: 0 10px;
    background-color: #FAFAFA;
    margin-bottom: 25px;
    align-items: center;
}
.phone-info-details-list .left {
    width: 60px;
    min-width: 60px;
    white-space: nowrap;
}
.phone-info-details-list div{
    display: flex;
    padding: 6px 0;
    flex-wrap: wrap;
}
.phone-info-details-list div li{
    max-width: 12%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-left: solid #F0F0F0 1px;
    padding: 0 calc(6% - 13px);
    box-sizing: border-box;
}
.phone-info-details-list div li:first-child{
    margin-left: calc(-6% + 13px);
}
.phone-info-details-list div li span{
    color: #333333;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.phone-info-details-list div li span font:nth-child(1){
    width: 15px;
}
.phone-info-details-list div li span font:nth-child(2){
    font-size: 10px;
    color: #E95352;
    width: 11px;
}
.phone-info-details-list div li p{
    font-size: 11px;
    font-weight: 400;
    color: #666666;
}

.phone-ziweidoushu-table{
    width: 96.2666vw;
    box-sizing: border-box;
    margin: 12px auto;
    margin-left: 9px;
}
.phone-ziweidoushu-table ul{
    display: flex;
    font-size: 10px;
    font-weight: 400;
    color: #999999;
}
.phone-ziweidoushu-table ul li{
    border: solid #AE8080 1px;
    width: 25%;
    height: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    z-index: 10;
    background-color: #FFFFFF;
}
.phone-ziweidoushu-table ul li.bgred{
    background-color: #FDF7F7;
}
.phone-ziweidoushu-table ul li.active{
    z-index: 12;
    border-color: #E95352;
}
.phone-ziweidoushu-table ul li .top{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    min-width: 100%;
    overflow-x: scroll;
    display: flex;
}
.phone-ziweidoushu-table ul li .top span{
    display: inline-block;
    min-width: 12.5%;
    max-width: 12.5%;
    color: #0350B6;
}
.phone-ziweidoushu-table ul li .top span p{
    color: #999999;
	height: 16px;
}
.phone-ziweidoushu-table ul li .top span .lable{
    width: 12px;
    height: 12px;
    background: #E4693E;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: center;
    line-height: 12px;
    margin-bottom: 2px;
}
.phone-ziweidoushu-table ul li .top span .lable2{
    width: 12px;
    height: 12px;
    background: #379DC9;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: center;
    line-height: 12px;
    margin-bottom: 2px;
}

.phone-ziweidoushu-table ul li .top span .lable3 {
    width: 12px;
    height: 12px;
    background: #60AC4A;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: center;
    line-height: 12px;
    margin-bottom: 2px;
}
.phone-ziweidoushu-table ul li .top span .lable.bghuang{
    background: #E4693E;
}
.phone-ziweidoushu-table ul li .top span .lable.bgqing{
    background: #379DC9;
}
.phone-ziweidoushu-table ul li .top span .lable.bglv{
    background: #60AC4A;
}
.phone-ziweidoushu-table ul li .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 2px;
}
.phone-ziweidoushu-table ul li .bottom span{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.phone-ziweidoushu-table ul li .bottom span{
    padding: 0 3px;
    line-height: 15px;
}
.phone-ziweidoushu-table ul li .bottom span p.center{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #0219DE;
}
.phone-ziweidoushu-table ul li .bottom span p.fcqing{
    color: #379DC9;
}
.phone-ziweidoushu-table ul li .bottom span p.fclv{
    color: #2ABC00;
}
.phone-ziweidoushu-table ul li .bottom span:last-child p:nth-child(1){
    width: 37px;
    height: 14px;
    background: #E95352;
    border-radius: 2px;
    text-align: center;
    line-height: 14px;
    color: #FFFEFE;
}
.phone-ziweidoushu-table ul li .bottom span:last-child p:nth-child(2){
    color: #3BA11D;
}
.phone-ziweidoushu-table ul li .bottom span .lable{
    width: 25px;
    height: 12px;
    font-size: 8px;
    background: #E4693E;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: center;
    line-height: 12px;
    margin-bottom: 2px;
}
.phone-ziweidoushu-table ul li .bottom span .lable.bghuang{
    background: #E4693E;
}
.phone-ziweidoushu-table ul li .bottom span .lable.bglan{
    background: #4E72E6;
}
.phone-ziweidoushu-table ul li .bottom span .lable.bglv{
    background: #60AC4A;
}

.phone-ziweidoushu-table ul li .top span.fcred{
    color: #E95352;
}
.phone-ziweidoushu-table ul li .top span.fcblack{
    color: #303030;
}
.phone-ziweidoushu-table ul li .top span.fcpurple{
    color: #8200D9;
}
.phone-ziweidoushu-table ul div.left{
    width: 25%;
}
.phone-ziweidoushu-table ul div.left li{
    width: 100%;
}
.phone-ziweidoushu-table ul div.right{
    width: 25%;
    margin-left: -2px;
}
.phone-ziweidoushu-table ul div.right li{
    width: 100%;
}
.phone-ziweidoushu-table ul div.center{
    width: 50%;
    margin-left: -1px;
    position: relative;
    z-index: 5;
}
.phone-ziweidoushu-table ul div.center li{
    width: 100%;
    border-left: 0;
    border-right: 0;
}
.phone-ziweidoushu-table ul div.center li.top{
    height: 224px;
}
.phone-ziweidoushu-table ul div.center li.text{
    display: block;
    padding-left: 13px;
    padding-top: 13px;
}
.phone-ziweidoushu-table ul div.center li.top.text p{
    white-space: pre-wrap;
    font-size: 11px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
   /*  width: 160px; */
    display: block;
}
.phone-ziweidoushu-table ul div.center li.top.text p.fcrange{
    color: #E95352;
    padding: 8px 0;
}
.phone-ziweidoushu-table ul div.center li.bottom{
    height: 70px;
    font-size: 15px;
    font-weight: 500;
    color: #6D3684;
    line-height: 20px;
}
.phone-ziweidoushu-table ul div.center li.bottom span{
    width: 40vw;
    text-align: center;
    margin: 0 auto;
}
.phone-ziweidoushu-table ul:nth-child(1) li:nth-child(n+2){
    margin-left: -1px;
}
.phone-ziweidoushu-table ul:nth-child(3) li:nth-child(n+2){
    margin-left: -1px;
}
.phone-ziweidoushu-table ul li{
    margin-bottom: -1px;
}
.phone-ziweidoushu-table ul div.center li.item{
    font-size: 12px;
    height: 224px;
    display: none;
}
.phone-ziweidoushu-table ul li.item .top{
    overflow-x: hidden;
    padding: 0 3px;
}
.phone-ziweidoushu-table ul li.item .top span{
    min-width: 8.333%;
    max-width: 8.333%;
}
.phone-ziweidoushu-table ul li.item .bottom{
    padding: 6px;
    box-sizing: border-box;
}
.phone-ziweidoushu-table ul li.item .bottom span{
    margin-top: 6px;
}
.phone-ziweidoushu-table ul li.item .bottom span:last-child p:nth-child(1){
    width: 50px;
    height: 20px;
    line-height: 20px;
}

.phone-ziweidoushu-daxianliunian-table ul li{
    height: 188px;
    flex-wrap: wrap;
}
.phone-ziweidoushu-daxianliunian-table ul li .number{
    text-align: center;
    margin-bottom: -20px;
}
.phone-ziweidoushu-daxianliunian-table ul li .lanfont{
    width: 100%;
    color: #0219DE;
}
.phone-ziweidoushu-table ul li .bottom span p.linelv{
    width: 25px;
    left: calc(50% - 10px);
    height: 11px;
    line-height: 11px;
    text-align: center;
    border: 1px dashed #2ABC00;
    background-color: #FFFFFF;
    border-radius: 2px
}
.phone-ziweidoushu-table ul li .bottom span p.linelan{
    width: 25px;
    left: calc(50% - 10px);
    height: 11px;
    line-height: 11px;
    text-align: center;
    border: 1px dashed #4E72E6;
    background-color: #FFFFFF;
    color: #379DC9;
    border-radius: 2px
}
.phone-ziweidoushu-table ul li.item .number{
    margin-bottom: 0;
}
.phone-ziweidoushu-table ul li.item .bottom span .lable{
    font-size: 12px;
    width: 26px;
    height: 14px;
    line-height: 14px;
}
.phone-ziweidoushu-table ul li.item .bottom span p.linelv,.phone-ziweidoushu-table ul li.item .bottom span p.linelan{
    width: 28px;
    height: 16px;
    line-height: 16px;
}
.phone-ziweidoushu-daxianliunian-table ul div.center li.top.text{
    height: 306px;
}
.phone-ziweidoushu-daxianliunian-table ul div.center li.item{
    height: 306px;
}
.phone-ziweidoushu-daxianliunian-table ul div.center li.top.text .lable{
    margin-top: 3px;
}
.phone-ziweidoushu-daxianliunian-table ul div.center li.top.text .lable font{
    display: inline-block;
    font-size: 11px;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    background: #E4693E;
    border-radius: 2px;
    color: #FFFFFF;
    margin-right: 10px;
}
.phone-ziweidoushu-daxianliunian-table ul div.center li.top.text .lable.fchuang{
    color: #E4693E;
}
.phone-ziweidoushu-daxianliunian-table ul div.center li.top.text .lable.fchuang font{
    background: #E4693E;
}
.phone-ziweidoushu-daxianliunian-table ul div.center li.top.text .lable.fclv{
    color: #60AC4A;
}
.phone-ziweidoushu-daxianliunian-table ul div.center li.top.text .lable.fclv font{
    background: #60AC4A;
}
.phone-ziweidoushu-daxianliunian-table ul div.center li.top.text .lable.fclan{
    color: #379DC9;
}
.phone-ziweidoushu-daxianliunian-table ul div.center li.top.text .lable.fclan font{
    background: #379DC9;
}

.phone-ziweidoushu-bottom-table{
    font-size: 10px;
    font-weight: 400;
    color: #333333;
    width: calc(96.2666vw - 3px);
    box-sizing: border-box;
    margin: 12px auto;
    margin-left: 9px;
    border: solid #AE8080 1px;
    margin-top: -12px;
}
.phone-ziweidoushu-bottom-table li{
    display: flex;
}
.phone-ziweidoushu-bottom-table li span{
    width: 9.3333rem;
    border-left: solid #AE8080 1px;
    box-sizing: border-box;
    text-align: center;
    line-height: 13px;
    padding: 3px 0;
}
.phone-ziweidoushu-bottom-table li span p{
    margin: 3px 0;
}
.phone-ziweidoushu-bottom-table li span:first-child{
    border-left: 0;
}
.phone-ziweidoushu-bottom-table li:nth-child(1) span{
    border-bottom: solid #AE8080 1px;
    margin-bottom: 0;
}
.phone-ziweidoushu-bottom-table li:nth-child(1) span:first-child{
    color: #999999;
}
.phone-ziweidoushu-bottom-table li span:nth-child(5){
    width: calc(9.3333rem - 2px);
}
.phone-ziweidoushu-bottom-table li .topitem.active{
    background-color: #60AC4A;
    color: #FFFFFF;
}
.phone-ziweidoushu-bottom-table li .bttomitem.active{
    background-color: #379DC9;
    color: #FFFFFF;
}

.phone-ziweidoushu-bottom-radio{
    font-size: 13px;
    font-weight: 400;
    color: #60AC4A;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 12px;
}
.phone-ziweidoushu-bottom-radio label:nth-child(1){
    color: #E4693E;
}
.phone-ziweidoushu-bottom-radio label:nth-child(2){
    color: #60AC4A;
}
.phone-ziweidoushu-bottom-radio label:nth-child(3){
    color: #379DC9;
}
.phone-ziweidoushu-bottom-radio label{
    display: flex;
    align-items: center;
}
.phone-ziweidoushu-bottom-radio label input+span {
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
.phone-ziweidoushu-bottom-radio label:nth-child(1) input+span{
    background: url(/tool/img/radio-parties-not1.png) no-repeat;
    background-size: 100% 100%;
}
.phone-ziweidoushu-bottom-radio label:nth-child(1) input:checked+span{
    background: url(/tool/img/./radio-parties-sel1.png) no-repeat;
    background-size: 100% 100%;
}
.phone-ziweidoushu-bottom-radio label:nth-child(2) input+span{
    background: url(/tool/img/radio-parties-not2.png) no-repeat;
    background-size: 100% 100%;
}
.phone-ziweidoushu-bottom-radio label:nth-child(2) input:checked+span{
    background: url(/tool/img/radio-parties-sel2.png) no-repeat;
    background-size: 100% 100%;
}
.phone-ziweidoushu-bottom-radio label:nth-child(3) input+span{
    background: url(/tool/img/radio-parties-not3.png) no-repeat;
    background-size: 100% 100%;
}
.phone-ziweidoushu-bottom-radio label:nth-child(3) input:checked+span{
    background: url(/tool/img/radio-parties-sel3.png) no-repeat;
    background-size: 100% 100%;
}

.phone-ziweidoushu-bottom-radio2{
    font-size: 16px;
    font-weight: 400;
    color: #60AC4A;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 20px;
}
.phone-ziweidoushu-bottom-radio2 label:nth-child(1){
    color: #E4693E;
}
.phone-ziweidoushu-bottom-radio2 label:nth-child(2){
    color: #60AC4A;
}
.phone-ziweidoushu-bottom-radio2 label:nth-child(3){
    color: #379DC9;
}
.phone-ziweidoushu-bottom-radio2 label{
    display: flex;
    align-items: center;
}
.phone-ziweidoushu-bottom-radio2 label input+span {
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
.phone-ziweidoushu-bottom-radio2 label:nth-child(1) input+span{
    background: url(/tool/img/radio-parties-not1.png) no-repeat;
    background-size: 100% 100%;
}
.phone-ziweidoushu-bottom-radio2 label:nth-child(1) input:checked+span{
    background: url(/tool/img/./radio-parties-sel1.png) no-repeat;
    background-size: 100% 100%;
}
.phone-ziweidoushu-bottom-radio2 label:nth-child(2) input+span{
    background: url(/tool/img/radio-parties-not2.png) no-repeat;
    background-size: 100% 100%;
}
.phone-ziweidoushu-bottom-radio2 label:nth-child(2) input:checked+span{
    background: url(/tool/img/radio-parties-sel2.png) no-repeat;
    background-size: 100% 100%;
}
.phone-ziweidoushu-bottom-radio2 label:nth-child(3) input+span{
    background: url(/tool/img/radio-parties-not3.png) no-repeat;
    background-size: 100% 100%;
}
.phone-ziweidoushu-bottom-radio2 label:nth-child(3) input:checked+span{
    background: url(/tool/img/radio-parties-sel3.png) no-repeat;
    background-size: 100% 100%;
}




/* 20230209紫薇斗数 end */



@media screen and (max-width: 724px) {
    .qk_gn1,.qk_gn2{
        display: none;
    }
	.phone-ziweidoushu-bottom-radio2{
		  display: none;
	}
    .phone-qk_gn{
        display: block;
        border: none !important;
    }
    .qk_gn_phone{
        display: block;
        border-top: solid #FAFAFA 8px;
       /* border-bottom: solid #FAFAFA 8px;*/
    }
    .phone-info-progress-tab{
        display: block;
    }
    .suanmxq_bg1{
        margin-top: 0;
    }
    .suanmxq_bg1 .again ul{
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
    }
    .suanmxq_bg1 .again ul li{
        width: auto;
    }
    .dwwr{
        width: 100% !important;
        min-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .dwwc{
        padding: 0 !important;
    }
    .dwv{
        width: 100%;
    }
    .dwsc{
        width: 50%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .dwsc table{
        width: 100%;
    }
    .dww{
        min-width: auto !important;
    }
    .dwbc{
        width: 100%;
    }
    .dw-persp, .dwo{
        position: fixed !important;
        height: 100% !important;
    }
    .dw{
        background: #FFFFFF !important;
    }
    .android-ics .dwv{
        visibility: hidden;
        height: 60px !important;
    }
    .android-ics .dwbc{
        position: absolute;
        top: 0;
    }
    .dwbg{
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
    }
    .android-ics.light .dwwo{
        background: -webkit-gradient(linear,left bottom,left top,from(#FFFFFF),color-stop(0.52, rgba(255,255,255,0)),color-stop(0.48, rgba(255,255,255,0)),to(#FFFFFF)) !important;
    }
    .android-ics .dw .dwwol{
        border: none !important;
    }
    .dwl{
        font-size: 16px;
        color: #333333;
    }
    .android-ics.light .dwbc{
        border-bottom: solid #EBEBEB 1px;
        width: 95%;
        left: 2.5%;
    }
    .android-ics.light .dwb-s .dwb, .android-ics.light .dwb-n .dwb{
        border-right: none !important;
    }
    .android-ics.light .dwb-n .dwb{
        display: none;
    }
    .dwbc-p .dwbw{
        width: 13.6% !important;
    }
    .android-ics.light .dwb-s{
        position: absolute;
        right: 0;
    }
    .android-ics.light .dwb-s .dwb{
        color: #2786D0;
    }
    .dwbg .dwb-a{
        background: rgba(0, 0, 0, 0) !important;
    }
    .dwwr .dwsc:nth-child(3) td:nth-child(3){
        display: none !important;
    }
    .dwwr .dwsc:nth-child(2){
        width: 60%;
    }
    .dwwr .dwsc:nth-child(3){
        width: 40%;
    }
}



/* 20230915六爻和梅花增 str */
.phone-from-div .input-title .sanjiao{
    position: absolute;
    width: 10px;
    right: 18px;
}
.phone-from-div .ly_flex{
    display: flex;
    justify-content: space-between;
    width: 87.2%;
    margin: 0 auto;
}
.phone-from-div .ly_flex .input-title{
    margin-left: 0;
    margin-right: 0;
}
.phone-from-div .ly_flex  .input-title.shengnian{
    width: 52%;
}
.phone-from-div .ly_flex  .input-title.shengnian .sanjiao{
    right: 10px;
}
.phone-from-div .ly_flex  .input-title.yaogua{
    width: 42%;
    padding-left: 4%;
    box-sizing: border-box;
}
.phone-from-div .ly_flex  .input-title.yaogua input{
    width: 100%;
    padding-left: 10px;
}
.phone-from-div .ly_flex  .input-title.yaogua .yaoguaimg{
    width: 19px;
    height: 17px;
    position: absolute;
    right: 18px;
}
.phone-from-div .ly_qg,.phone-from-div .ly_sd,.phone-from-div .mh_sg{
    width: 87.2%;
    margin: 0 auto;
    margin-top: 25px;
    overflow: hidden;
}
.phone-from-div .ly_qg .title{
    font-size: 13px;
    font-weight: 400;
    color: #333333;
}
.phone-from-div .ly_qg .title span{
    color: #F2003D;
}
.phone-from-div .ly_qg .tongqian{
    display: flex;
    justify-content: space-between;
    background-color: #F5F2EA;
    margin-top: 27px;
    padding: 0 15px;
    padding-top: 18px;
    padding-bottom: 16px;
}
.phone-from-div .ly_qg .tongqian img{
    width: 70px;
    height: 70px;
}
.phone-from-div .ly_qg .text{
    font-size: 13px;
    font-weight: 400;
    color: #B68A61;
    line-height: 18px;
    padding-left: 8px;
    margin-top: 18px;
}
.phone-from-div .ly_qg .yg_list li{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B68A61;
    margin-top: 13px;
}
.phone-from-div .ly_qg .yg_list li span{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    background-color: #F6F7F8;
    height: 22px;
    padding-left: 12px;
    width: 140px;
}
.phone-from-div .ly_qg .yg_list li span p{
    margin: 0 10px;
    margin-top: -4px;
    width: 30px;
    display: flex;
    justify-content: space-between;
}
.phone-from-div .ly_qg .yg_list li span p.start{
    justify-content: flex-start;
}
.phone-from-div .ly_qg .yg_list li span p.end{
    justify-content: flex-end;
}
.phone-from-div .ly_qg .yg_list li .xiugai{
    display: flex;
    align-items: center;
    color: #B68A61;
    background-color: #F6F7F8;
    height: 22px;
    padding-right: 12px;
}
.phone-from-div .ly_qg .yg_list li .xiugai img{
    width: 10px;
    height: 6px;
    margin-left: 3px;
    vertical-align: middle;
    margin-top: 4px;
}
.phone-from-div .ly_qg .yg_list_numb{
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}
.phone-from-div .ly_qg .yg_list_numb span{
    color: #F2003D;
}
.phone-popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    align-items: center;
    justify-content: center;
}
.phone-popup-ly-xiugai{
    width: 300px;
    background-color: #F6F7F8;
    border-radius: 5px;
    display: none;
}
.phone-popup-ly-xiugai li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}
.phone-popup-ly-xiugai li span{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    height: 22px;
    padding-left: 12px;
}
.phone-popup-ly-xiugai li span p{
    margin: 0 10px;
    margin-top: -4px;
    width: 30px;
    display: flex;
    justify-content: space-between;
}
.phone-popup-ly-xiugai li span p.start{
    justify-content: flex-start;
}
.phone-popup-ly-xiugai li span p.end{
    justify-content: flex-end;
}
.phone-popup-ly-xiugai li img{
    width: 17px;
    height: 17px;
    margin-right: 22px;
}
.phone-popup-ly-qigua{
    width: 300px;
    background-color: #F6F7F8;
    border-radius: 5px;
    display: none;
	max-height: 80%;
	overflow: scroll;
}
.phone-popup-ly-qigua li{
    height: 65px;
    width: 285px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 11px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    border-bottom: solid #E6E6E6 1px;
}
.phone-popup-ly-qigua li img{
    width: 17px;
    height: 17px;
}
.phone-popup-ly-qigua .title{
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    height: 65px;
    width: 285px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 11px;
    padding-right: 15px;
    border-bottom: solid #E6E6E6 1px;
}
.phone-from-div .ly_sd{
    display: none;
}
.phone-from-div .ly_sd .dy_sc label{
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    margin-top: 17px;
    display: flex;
    align-items: center;
    position: relative;
}
.phone-from-div .ly_sd .dy_sc label input+span {
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    background: url(/tool/img/other-not.png) no-repeat;
    background-size: 100% 100%;
}
.phone-from-div .ly_sd .dy_sc label input:checked+span {
    background: url(/tool/img/other-sel.png) no-repeat;
    background-size: 100% 100%;
}
.phone-from-div .ly_sd .ly_sd_input{
    display: flex;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    margin-top: 32px;
}
.phone-from-div .ly_sd .ly_sd_input li{
    display: flex;
    align-items: center;
}
.phone-from-div .ly_sd .ly_sd_input li span{
    display: block;
    white-space: nowrap;
}
.phone-from-div .ly_sd .ly_sd_input input{
    border-bottom: solid #999999 1px;
    width: 60%;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}
.phone-from-div .mh_sg{
    display: none;
}
.phone-from-div .mh_sg .title{
    color: #B68A61;
    padding-bottom: 14px;
}
.phone-from-div .mh_sg .title span{
    color: #F2003D;
}
.phone-from-div .mh_sg .yg_list li{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B68A61;
    margin-top: 13px;
}
.phone-from-div .mh_sg .yg_list li span{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    background-color: #F6F7F8;
    height: 22px;
    padding-left: 12px;
    width: 85px;
}
.phone-from-div .mh_sg .yg_list li span p{
    margin: 0 10px;
    margin-top: -4px;
    width: 30px;
    display: flex;
    justify-content: space-between;
}
.phone-from-div .mh_sg .yg_list li span p.start{
    justify-content: flex-start;
}
.phone-from-div .mh_sg .yg_list li span p.end{
    justify-content: flex-end;
}
.phone-from-div .mh_sg .yg_list li .xiugai{
    display: flex;
    align-items: center;
    color: #B68A61;
    background-color: #F6F7F8;
    height: 22px;
    padding-right: 12px;
}
.phone-from-div .mh_sg .yg_list li .xiugai img{
    width: 10px;
    height: 6px;
    margin-left: 3px;
    vertical-align: middle;
    margin-top: 4px;
}
.phone-from-div .ly_sd .title{
    font-size: 13px;
    font-weight: 400;
    color: #333333;
}
.phone-from-div .mh_sg .yg_list li label{
    display: flex;
    align-items: center;
    background-color: #F6F7F8;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    height: 22px;
    margin-right: 24px;
}
.phone-from-div .mh_sg .yg_list li label input+p {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: url(/tool/img/range_not.png) no-repeat;
    background-size: 100% 100%;
}
.phone-from-div .mh_sg .yg_list li label input:checked+p {
    background: url(/tool/img/range_sel.png) no-repeat;
    background-size: 100% 100%;
}

.phone-popup-mh-xiugai{
    width: 300px;
    background-color: #F6F7F8;
    border-radius: 5px;
    display: none;
}
.phone-popup-mh-xiugai li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}
.phone-popup-mh-xiugai li span{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    height: 22px;
    padding-left: 12px;
}
.phone-popup-mh-xiugai li span p{
    margin: 0 10px;
    margin-top: -4px;
    width: 30px;
    display: flex;
    justify-content: space-between;
}
.phone-popup-mh-xiugai li span p.start{
    justify-content: flex-start;
}
.phone-popup-mh-xiugai li span p.end{
    justify-content: flex-end;
}
.phone-popup-mh-xiugai li img{
    width: 17px;
    height: 17px;
    margin-right: 22px;
}
.phone-info-details.ly{
    border-bottom: solid #FAFAFA 8px;
    padding-bottom: 6px;
}
.phone-info-details.ly li .fcblack{
    color: #4D4D4D;
}
.phone-info-details.ly li{
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: initial;
    box-sizing: border-box;
    width: 100%;
}
.phone-info-details.ly li .right{
    line-height: 22px;
}
.phone-info-details.ly li .right.pr21{
    padding-right: 16px;
}
.phone-info-details.ly li .right p.fcblue{
    color: #379DC9;
}
.phone-info-details.ly li .right p.gz{
    width: 60px;
    min-width: 60px;
    white-space: nowrap;
}
.qk_gn-phone-details .ly_gua_content{
    display: flex;
    padding-top: 24px;
    padding-left: 16px;
}
.qk_gn-phone-details .ly_gua_content div{
    padding:  0 10px;
    box-sizing: border-box;
    max-width: 200px;
}
.qk_gn-phone-details .ly_gua_content .title{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
}
.qk_gn-phone-details .ly_gua_content .lable{
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    padding-top: 22px;
    padding-bottom: 18px;
}
.qk_gn-phone-details .ly_gua_content .f_hh{
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    color: #E95352;
    height: 10px;
}
.qk_gn-phone-details .ly_gua_content{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}
.qk_gn-phone-details .ly_gua_content .f_hh{
    margin-bottom: 0;
    margin-top: -21px;
    width: 100%;
    justify-content: center;
}
.qk_gn-phone-details .ly_gua_content table:nth-child(1){
    margin-right: 20px;
}
.qk_gn-phone-details .ly_gua_content table tr td{
    font-size: 13px;
    font-weight: 400;
    color: #333333;
}
.qk_gn-phone-details .ly_gua_content table tr td p{
    margin-top: -4px;
    width: 3em;
    display: flex;
    justify-content: space-between;
}
.qk_gn-phone-details .hexagrams .pcli{
	display: none;
}
.qk_gn-phone-details .hexagrams{
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: initial;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding-left: 16px;
    margin-top: 16px;
}
.qk_gn-phone-details .hexagrams .left{
    width: 60px;
    min-width: 60px;
    margin-right: 15px;
    white-space: nowrap;
}
.qk_gn-phone-details .hexagrams li{
    color: #333333;
}
.qk_gn-phone-details .hexagrams img{
    width: 7px;
    height: 14px;
    margin-left: auto;
    margin-right: 25px;
}
.qk_gn-phone-details .setting_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #E95352;
    padding: 0 19px;
    padding-top: 14px;
    position: relative;
    margin-top: 13px;
}
.qk_gn-phone-details .setting_btn p{
    border-bottom: dashed #E6E6E6 1px;
    width: 161px;
    position: absolute;
    top: 0;
    left: calc((100% - 161px)/2);
}
.qk_gn-phone-details .setting_btn span{
    display: flex;
    width: 90px;
    height: 34px;
    background-color: #F6F7F9;
    border-radius: 17px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.qk_gn-phone-details .setting_btn a{
    display: flex;
    width: 90px;
    height: 34px;
    background-color: #F6F7F9;
    border-radius: 17px;
    align-items: center;
    justify-content: center;
}
.qk_gn-phone-details .setting_btn img{
    height: 15px;
    width: auto;
    margin-right: 8px;
}
.hexagrams_popup_content{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    width: 300px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    max-height: 80%;
    position: relative;
}
.hexagrams_popup_content .close{
    width: 14px;
    height: 14px;
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 10;
}
.hexagrams_popup_content .title{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    padding: 22px 0;
}
.hexagrams_popup_content div{
    max-height: calc(100% - 30px);
    overflow: scroll;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.hexagrams_popup_content ul{
    display: flex;
}
.hexagrams_popup_content ul span{
    white-space: nowrap;
}

.mh_gua_content{
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
}
.mh_gua_content ul{
    text-align: center;
}
.mh_gua_content ul .title{
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-top: 19px;
}
.mh_gua_content ul .text{
    margin-top: 11px;
    margin-bottom: 16px;
}
.mh_gua_content ul .gua p{
    margin: 0 10px;
    margin-top: -4px;
    width: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
}
.mh_gua_content ul .gua p.start{
    justify-content: flex-start;
}
.mh_gua_content ul .gua p.end{
    justify-content: flex-end;
}
.mh_gua_jieshi{
    padding: 0 19px;
    padding-top: 12px;
}
.mh_gua_jieshi .title{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.mh_gua_jieshi .text{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 12px;
}

#origin-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10000;
}
#origin-img .swiper-slide img {
    width: 100%;
    vertical-align: middle;
}
.swiper-pagination {
    top: 1em;
    bottom: auto;
    color: #fff;
}

.upload {
    position: absolute;
    bottom: 0;
    line-height: 3em;
    background: rgba(0, 0, 0, .5);
    z-index: 5;
    color: #fff;
    text-indent: 1em;
    width: 100%;
}
.swiper-pagination{
    text-align: right;
}
.swiper-pagination-total{
    margin-right: 16px;
}
.swiper-pagination-current{
  /*   font-size: 16px; */
    display: none;
}
/* 20230915六爻和梅花增 end */



/* 20230925乾坤网-梅花-六爻-出生年份录入方式改为下拉增 str */
.phone-from-div .input-title select{
    /* 去掉三角 */
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    /* 去掉边框 */
    border: 0;
    outline: none;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    margin-left: 16px;
    width: calc(100% - 4em - 43px);
    background-color: rgba(0, 0, 0, 0);
}

.mh_gua_content ul .gua{
    display: flex;
    align-items: center;
}
.mh_gua_content ul .gua p{
    width: 3em;
}
.mh_gua_content ul .gua span{
    width: 1em;
    margin-top: -8px;
}
/* 20230925乾坤网-梅花-六爻-出生年份录入方式改为下拉增 end */


/* 奇门遁甲 */

.qmdj_radio_list{
    width: 87.2%;
    margin: 20px auto;
    background: #F6F7F8;
    padding: 18px 0;
    padding-left: 11px;
    box-sizing: border-box;
}
.qmdj_radio_list .list{
    display: flex;
    align-items: center;
	padding-bottom: 16px;

}
.qmdj_radio_list .list:nth-child(1){
    padding-bottom: 16px;
}
.qmdj_radio_list .list li{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    white-space: n;
}
.qmdj_radio_list .list li:nth-child(1){
    width: 32%;
}
.qmdj_radio_list .list li:nth-child(2){
    width: 38%;
    margin-left: 2%;
}
.qmdj_radio_list .list li label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.qmdj_radio_list .list li label{
    display: flex;
    align-items: center;
}
.qmdj_radio_list .list li label input+span {
    background: url(/tool/img/range_not.png) no-repeat;
    background-size: 100% 100%;
}
.qmdj_radio_list .list li label input:checked+span {
    background: url(/tool/img/range_sel.png) no-repeat;
    background-size: 100% 100%;
}

.qk_qmdj-phone-details{
    border-top: solid #FAFAFA 8px;
}
.qk_qmdj-phone-details .content{
    width: 9.48rem;
    margin: 0 auto;
    font-size: 0.3466rem;
    font-weight: 400;
    color: #4D4D4D;
    background-color: #FAFAFA;
    margin-top: 0.44rem;
    border: solid #E6E6E6 0.01333rem;
}
.qk_qmdj-phone-details .content .item{
    display: flex;
    align-items: center;
    border-bottom: solid #E6E6E6 0.01333rem;
}
.qk_qmdj-phone-details .content .item span{
    display: block;
    box-sizing: border-box;
}
.qk_qmdj-phone-details .content .rown{
    color: #7E642D;
}


.qk_qmdj-phone-details .content .item .title{
    width: 1.7466rem;
    min-width: 1.7466rem;
    max-width: 1.7466rem;
    text-align: center;
    height: 100%;
    font-size: 0.3733rem;
    font-weight: 400;
}
.qk_qmdj-phone-details .content .item .title1{

font-size: 0.3466rem;
}

.qk_qmdj-phone-details .content .item .text{
    border-left: solid #E6E6E6 0.01333rem;
    height: 0.84rem;
    line-height: 0.84rem;
    width: 7.72rem;
    padding: 0 0.1733rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qk_qmdj-phone-details .content .table .text{
    display: flex;
    padding: 0;
    height: auto;
    border-left: none;
}
.qk_qmdj-phone-details .content .table .text span{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: solid #E6E6E6 0.01333rem;
}
.qk_qmdj-phone-details .content .table .text span p{
    padding: 0.3rem 0;
    display: block;
    width: 1em;
    white-space: initial;
    line-height: 0.5rem;
}
.qk_qmdj-phone-details .content .item_list{
    width: 8.5466rem;
    margin: 0.5333rem auto;
    border: solid #E6E6E6 0.01333rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.qk_qmdj-phone-details .content .item_list li{
    width: 33.33%;
    height: 2.8rem;
    border-right: solid #E6E6E6 0.01333rem;
    border-bottom: solid #E6E6E6 0.01333rem;
    box-sizing: border-box;
    position: relative;
}
.qk_qmdj-phone-details .content .item_list li:nth-child(3n){
    border-right: none;
}
.qk_qmdj-phone-details .content .item_list li:nth-child(n+7){
    border-bottom: none;
}
.qk_qmdj-phone-details .content .item_list .solute{
    font-size: 0.26667rem;
    font-weight: 400;
    color: #999999;
    position: absolute;
}
.qk_qmdj-phone-details .content .item_list .solute1{
    left: 1.2933rem;
    top: -0.4rem;
}
.qk_qmdj-phone-details .content .item_list .solute2{
    left: 4.1066rem;
    top: -0.4rem;
}
.qk_qmdj-phone-details .content .item_list .solute3{
    left: 6.86rem;
    top: -0.4rem;
}
.qk_qmdj-phone-details .content .item_list .solute4{
    top: 1.2833rem;
    right: -0.34rem;
}
.qk_qmdj-phone-details .content .item_list .solute5{
    top: 4.0466rem;
    right: -0.34rem;
}
.qk_qmdj-phone-details .content .item_list .solute6{
    top: 6.86rem;
    right: -0.34rem;
}
.qk_qmdj-phone-details .content .item_list .solute7{
    left: 1.2933rem;
    bottom: -0.4rem;
}
.qk_qmdj-phone-details .content .item_list .solute8{
    left: 4.1066rem;
    bottom: -0.4rem;
}
.qk_qmdj-phone-details .content .item_list .solute9{
    left: 6.86rem;
    bottom: -0.4rem;
}
.qk_qmdj-phone-details .content .item_list .solute10{
    top: 1.2833rem;
    left: -0.34rem;
}
.qk_qmdj-phone-details .content .item_list .solute11{
    top: 4.0466rem;
    left: -0.34rem;
}
.qk_qmdj-phone-details .content .item_list .solute12{
    top: 6.86rem;
    left: -0.34rem;
}
.qk_qmdj-phone-details .content .item_list .text1{
    position: absolute;
    top: 0.3466rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.qk_qmdj-phone-details .content .item_list .text2{
    position: absolute;
    top: 1.2333rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.qk_qmdj-phone-details .content .item_list .text3{
    position: absolute;
    top: 2rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.qk_qmdj-phone-details .content .item_list .text4{
    position: absolute;
    top: 0.3466rem;
    right: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.qk_qmdj-phone-details .content .item_list .text5{
    position: absolute;
    top: 1.2333rem;
    right: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.qk_qmdj-phone-details .content .item_list .text6{
    position: absolute;
    top: 2rem;
    right: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.qk_qmdj-phone-details .content .item_list .lable{
    font-size: 0.26667rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.5rem;
    width: 2em;
    text-align: center;
}
.qk_qmdj-phone-details .content .item_list .gruy1{
    font-size: 0.26667rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.5rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 1.2rem;
    display: flex;
    justify-content: flex-end;
    min-width: 1.35rem;
}
.qk_qmdj-phone-details .content .item_list .gruy2{
    font-size: 0.26667rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.5rem;
    text-align: center;
    position: absolute;
    top: 0.84rem;
    left: 1.2rem;
    display: flex;
    justify-content: flex-end;
    min-width: 1.35rem;
}
.qk_qmdj-phone-details .content .item_list .gruy3{
    font-size: 0.26667rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.5rem;
    text-align: center;
    position: absolute;
    top: 1.64rem;
    left: 1.2rem;
    display: flex;
    justify-content: flex-end;
    min-width: 1.35rem;
}
.qk_qmdj-phone-details .content .item_list p{
    display: block;
    min-width: 2em;
    text-align: center;
}
.qk_qmdj-phone-details .content .item_list .horse{
    width: 0.6266rem;
    height: 0.48rem;
}
.qk_qmdj-phone-details .content .item_list .roun{
    width: 0.3466rem;
    height: 0.3466rem;
}
.qk_qmdj-phone-details .content .color_spec{
    padding-top: 0.56rem;
    padding-left: 0.5333rem;
    font-size: 0.3466rem;
    font-weight: 400;
    color: #4D4D4D;
}
.qk_qmdj-phone-details .content .red{
    color: #E95352 !important;
}
.qk_qmdj-phone-details .content .green{
    color: #01B99D !important;
}
.qk_qmdj-phone-details .content .blue{
    color: #6676E9 !important;
}
.qk_qmdj-phone-details .content .purple{
    color: #8200D9 !important;
}
.qk_qmdj-phone-details .content .blueness{
    color: #379DC9 !important;
}
.qk_qmdj-phone-details .content .cli_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.3733rem;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.4rem 0.26667rem;
}
.qk_qmdj-phone-details .content .cli_list span{
    height: 0.7733rem;
    line-height: 0.7733rem;
    background-color: #01B99D;
    border-radius: 0.16rem;
    padding: 0 0.2rem;
}
.qk_qmdj-phone-details .content .cli_list .gruy{
    background-color: #B3B3B3;
}
.qk_qmdj-phone-details .content .cli_list span:nth-child(2){
    display: none;
}
.qk_qmdj-phone-details .content .cli_list span:nth-child(7){
    display: none;
}
.qk_qmdj-phone-details .throne_information{
    font-size: 0.3466rem;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.44rem;
    border-bottom: solid #FAFAFA 0.2133rem;
}
.qk_qmdj-phone-details .co_master{
    text-align: center;
    font-size: 0.3733rem;
    font-weight: 400;
    color: #333333;
}
.qk_qmdj-phone-details .co_master img{
    width: 5.5466rem;
    margin: 0.7733rem auto;
}
.qk_qmdj-phone-details .co_master font{
    color: #E95352;
}
.gongwei_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
    z-index: 2000;
    font-size: 0.32rem;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.gongwei_popup .content{
    position: relative;
    background-color: #FFFFFF;
    width: 8rem;
    padding: 0 0.5866rem;
    padding-bottom: 0.88rem;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.8rem;
    color: #666666;
    border-radius: 0.26667rem;
	/* height: 80%;
	    overflow: scroll; */
 
}
.gongwei_popup .content span{
    color: #E95352;
}
.gongwei_popup .content .title{
    text-align: center;
    font-size: 0.48rem;
    font-weight: 400;
    color: #333333;
    padding: 0.5rem 0;
}
.gongwei_popup .content .close{
    width: 0.3733rem;
    height: 0.3733rem;
    position: absolute;
    top: 0.32rem;
    right: 0.3733rem;
}
.yuandanpan_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
    z-index: 2000;
    font-size: 0.32rem;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.yuandanpan_popup .content{
    position: relative;
    background-color: #FFFFFF;
    width: 8rem;
    padding: 0 0.4rem;
    padding-bottom: 0.88rem;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.8rem;
    color: #666666;
    border-radius: 0.26667rem;
}
.yuandanpan_popup .content span{
    color: #E95352;
}
.yuandanpan_popup .content .title{
    text-align: center;
    font-size: 0.48rem;
    font-weight: 400;
    color: #333333;
    padding: 0.5rem 0;
}
.yuandanpan_popup .content .close{
    width: 0.3733rem;
    height: 0.3733rem;
    position: absolute;
    top: 0.32rem;
    right: 0.3733rem;
}
.yuandanpan_popup .content .table{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: solid #E6E6E6 1px;
    font-size: 0.4rem;
    margin-bottom: 0.26667rem;
}
.yuandanpan_popup .content .table span{
    color: #333333;
}
.yuandanpan_popup .content .table li{
    width: 33.333%;
    height: 2.56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid #E6E6E6 1px;
    border-bottom: solid #E6E6E6 1px;
    box-sizing: border-box;
}
.yuandanpan_popup .content .table li:nth-child(3n){
    border-right: none;
}
.yuandanpan_popup .content .table li:nth-child(n+7){
    border-bottom: none;
}
.yuandanpan_popup .content .table span p{
    font-size: 0.4rem;
    line-height: 0.4rem;
    width: 100%;
    text-align: center;
}
.yuandanpan_popup .content .table span p:nth-child(1){
    margin-bottom: 0.3rem;
}
.yuandanpan_popup .content .table span p:nth-child(1) font{
    color: #0351B7;
}
.yuandanpan_popup .content .table span p:nth-child(2){
    color: #E95352;
}
.yuandanpan_popup .content .table span p:nth-child(3){
    margin-top: 0.3rem;
}
.yuandanpan_popup .content .table span p:nth-child(3) font{
    color: #8200D9;
}
.yuandanpan_popup .content .text font{
    color: #B869EF;
}

.gongwei_popup #gongmess{
	max-height: 500px;
    overflow: scroll;
}

.phone-from-div .sizhu .item{
	position:relative;
}
.phone-from-div .sizhu .item .sanjiao {
	position: absolute;
	width: 10px;
	right: 4px;
	top: 8px
}
.phone-from-div .sizhu select{
	width: auto;
	margin-left: 0;
	margin-right: 16px;
	margin-top: 2px;
}
.phone-from-div .sizhu .item:nth-child(2) select{
	margin-left: 16px;
}
.qk_qmdj-phone-details .content .jkj_item_list{
    display: flex;
    flex-wrap: wrap;
    border: solid #E6E6E6 0.0133rem;
    border-bottom: none;
    width: 8.44rem;
    margin: 0 auto;
    margin-top: 0.7866rem;
    margin-bottom: 0.7933rem;
}
.qk_qmdj-phone-details .content .jkj_item_list .item{
    width: 25%;
    height: 2.1733rem;
    border-right: solid #E6E6E6 0.0133rem;
    box-sizing: border-box;
    position: relative;
}
.qk_qmdj-phone-details .content .jkj_item_list .item:nth-child(4){
    border-right: none;
}
.qk_qmdj-phone-details .content .jkj_item_list .item:last-child{
    border-right: none !important;
}
.qk_qmdj-phone-details .content .jkj_item_list .item .ss{
    font-size: 0.4266rem;
    font-weight: 400;
    color: #8190FC;
    position: absolute;
    top: 0.3466rem;
    right: 0.2933rem;
}
.qk_qmdj-phone-details .content .jkj_item_list .item .ry{
    font-size: 0.32rem;
    font-weight: 400;
    color: #999999;
    position: absolute;
    left: 0.3066rem;
    bottom: 0.4933rem;
}
.qk_qmdj-phone-details .content .jkj_item_list .item .df{
    font-size: 0.4266rem;
    font-weight: 400;
    color: #999999;
    position: absolute;
    left: 0.72rem;
    bottom: 0.44rem;
}
.qk_qmdj-phone-details .content .jkj_item_list .item .wz{
    font-size: 0.5333rem;
    font-weight: 500;
    color: #4D4D4D;
    position: absolute;
    right: 0.2933rem;
    bottom: 0.3733rem;
}
.qk_qmdj-phone-details .content .jkj_item_list .content{
    display: flex;
    margin-top: 0;
    border: none;
}
.qk_qmdj-phone-details .content .jkj_item_list .content .n_center{
    width: 25%;
}
.qk_qmdj-phone-details .content .jkj_item_list .content .n_center .item{
    width: 100%;
    border-right: solid #E6E6E6 0.0133rem !important;
    border-bottom: solid #E6E6E6 0.0133rem !important;
}
.qk_qmdj-phone-details .content .jkj_item_list .content .n_center:nth-child(3) .item{
    border-right: none !important;
}
.qk_qmdj-phone-details .content .jkj_item_list .content .center{
    width: 50%;
    border-right: solid #E6E6E6 0.0133rem;
    border-bottom: solid #E6E6E6 0.0133rem;
    display: flex;
    align-items: center;
}
.qk_qmdj-phone-details .content .jkj_item_list .content .center li{
    font-size: 0.32rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.8rem;
    padding: 0 0.2667rem;
}
.qk_qmdj-phone-details .content .jkj_item_list .green{
    color: #3EA53E !important;
}
.qk_qmdj-phone-details .content .jkj_item_list .blue{
    color: #0824F0 !important;
}
.qk_qmdj-phone-details .content .jkj_item_list .red{
    color: #E95352 !important;
}

.jkj_radio_list .list{
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}
.qmdj_radio_list .list:last-child{
    padding-bottom: 0;
}
.ly_flex.bs{
    display: none;
}
.qk_qmdj-phone-details .content .item .text1 {
    
    width: 9.72rem;
}



/* 20240119大六壬增 str */
.qk_qmdj-phone-details .content  .dlr_center_list{
    padding-top: 0.64rem;
}
.qk_qmdj-phone-details .content  .dlr_center_list ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.qk_qmdj-phone-details .content  .dlr_center_list li{
    width: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.32rem;
    font-size: 0.3466rem;
    font-weight: 400;
    color: #4D4D4D;
}
.qk_qmdj-phone-details .content  .dlr_center_list li:nth-child(3){
    width: 1.92rem;
}
.qk_qmdj-phone-details .content  .dlr_center_list .red{
    color: #E95352;
}
.qk_qmdj-phone-details .content  .dlr_center_list .zi{
    color: #8190FC;
}
.qk_qmdj-phone-details .content  .dlr_center_list .blue{
    color: #0824F0;
}
.qk_qmdj-phone-details .content  .dlr_center_list li b{
    font-size: 0.48rem;
    margin: 0 0.2133rem;
    height: 0.48rem;
    line-height: 0.48rem;
    margin-top: -0.04rem;
}
.qk_qmdj-phone-details .content .dlr_item_list{
    margin-top: 0.3466rem;
}
.qk_qmdj-phone-details .content .dlr_item_list .item .ss{
    top: 0.2533rem;
    right: 0.6133rem;
}
.qk_qmdj-phone-details .content .dlr_item_list .item .wz{
    right: 0.5333rem;
    top: 0.7733rem;
}
.qk_qmdj-phone-details .content .dlr_item_list .item .df{
    font-size: 0.3466rem;
    left: 0.3866rem;
    top: 0.9rem;
}
.qk_qmdj-phone-details .content .dlr_item_list .item .ry{
    left: initial;
    bottom: 0.2533rem;
    right: 0.5866rem;
    display: flex;
    align-items: center;
}
.qk_qmdj-phone-details .content .dlr_item_list .content .center li{
    width: 100%;
    padding: 0;
    text-align: center;
}
.qk_qmdj-phone-details .content .dlr_item_list .content .center li span{
    display: block;
    text-align: center;
}
.qk_qmdj-phone-details .content .dlr_item_list .content .center li .sw{
    font-size: 0.3466rem;
    font-weight: 400;
    color: #333333;
}
.qk_qmdj-phone-details .content .dlr_item_list .content .center li .se{
    font-size: 0.5333rem;
    font-weight: 500;
    color: #333333;
}
.qk_qmdj-phone-details .content .dlr_item_list .item span p{
    display: inline-block;
    width: 0.3333rem;
    height: 0.3333rem;
    background-color: #FAFAFA;
    border: 1px solid #E95352;
    border-radius: 50%;
    margin-top: -2px;
   /*  display: none; */
}
.qk_qmdj-phone-details .content .dlr_item_list .item .ry p{
    margin-right: 0.44rem;
}
.qk_qmdj-phone-details .content .dlr_item_list .item .df p{
    margin-top: 0.04rem;
    margin-left: -0.02rem;
}
.qk_qmdj-phone-details .content .dlr_cli_list{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid #E6E6E6 0.0133rem;
    padding: 0.48rem 0;
}
.qk_qmdj-phone-details .content .dlr_cli_list span{
    width: 2.4rem;
    height: 0.9066rem;
    text-align: center;
    line-height: 0.9066rem;
    background-color: #B3B3B3;
    border-radius: 0.16rem;
    margin: 0 0.2933rem;
    color: #FFFFFF;
}
.qk_qmdj-phone-details .content .dlr_cli_list .hide{
    display: none;
}
.qk_qmdj-phone-details .content .dlr_cli_list .active{
    background-color: #01B99D;
}
/* 20240119大六壬增 end */


/*20240218小成图增 str*/

.phone-from-div .between{
    display: flex;
    justify-content: space-between;
    padding: 0 11px;
    box-sizing: border-box;
}
.phone-from-div .input-title label{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}
.phone-from-div .input-title label input{
    display: none;
}
.phone-from-div .input-title label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.phone-from-div .input-title label input+span {
    background: url(/tool/images/range_not.png) no-repeat;
    background-size: 100% 100%;
}
.phone-from-div .input-title label input:checked+span {
    background: url(/tool/images/range_sel.png) no-repeat;
    background-size: 100% 100%;
}

.phone-from-div .xct_bs{
    width: 87.2%;
    margin: 26px auto;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #B68A61;
    display: none;
}
.phone-from-div .xct_bs li{
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}
.phone-from-div .xct_bs li span:nth-child(2){
    text-align: right;
}
.phone-from-div .xct_bs li input{
    width: calc(100% - 7em);
    border-bottom: solid #CCCCCC 1px;
}

.phone-from-div .xct_zdy{
    width: 87.2%;
    margin: 26px auto;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #B68A61;
    display: none;
}
.phone-from-div .xct_zdy li{
    width: 102%;
    margin-left: -1%;
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    font-size: 17px;
}
.phone-from-div .xct_zdy li span{
    position: relative;
}
.phone-from-div .xct_zdy li span .sanjiao {
    position: absolute;
    width: 10px;
    top: 10px;
    right: 10px;
}
.phone-from-div .xct_zdy li span:nth-child(2){
    text-align: right;
}
.phone-from-div .xct_zdy li span:nth-child(2) .sanjiao{
    right: 2px;
}
.phone-from-div .xct_zdy li input{
    width: calc(100% - 8em);
    border-bottom: solid #CCCCCC 1px;
    text-align: center;
}

.qk_qmdj-phone-details .content .table .text .gruy{
    color: #999999;
}
.qk_qmdj-phone-details .content .table .text .red{
    color: #E95352;
}
.qk_qmdj-phone-details .content .table .text .brown{
    color: #7E642D;
}
.qk_qmdj-phone-details .content .table.w100 .text{
    width: 100%;
}
.qk_qmdj-phone-details .content .table.w100 .w3 span{
    width: 33.333333%;
}
.qk_qmdj-phone-details .content .item_list.xct li{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.qk_qmdj-phone-details .content .item_list.xct li span{
    width: calc(1.5999rem + 3px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qk_qmdj-phone-details .content .item_list.xct li span p{
    display: block;
    width: 0.5333rem;
    height: 0.2667rem;
    min-width: initial;
    margin: 0.2rem 0;
    margin-right: 1px;
}
.qk_qmdj-phone-details .content .item_list.xct li font{
    width: 0.48rem;
}
.qk_qmdj-phone-details .content .item_list.xct li .arrow1{
    position: absolute;
    right: -0.1rem;
    top: 0.5rem;
}
.qk_qmdj-phone-details .content .item_list.xct li .arrow2{
    position: absolute;
    right: -0.1rem;
}
.qk_qmdj-phone-details .content .item_list.xct li .arrow3{
    position: absolute;
    right: -0.1rem;
    bottom: 0.5rem;
}
.gongwei_popup .content .sign{
    width: 8rem;
    margin: 0.4rem auto;
    border-top: dashed #E6E6E6 1px;
    border-bottom: dashed #E6E6E6 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5333rem 0;
    flex-wrap: wrap;
}
.gongwei_popup .content .sign span{
    width: calc(1.5999rem + 3px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gongwei_popup .content .sign span p{
    display: block;
    width: 0.5333rem;
    height: 0.2667rem;
    min-width: initial;
    margin: 0.2rem 0;
    margin-right: 1px;
}
.gongwei_popup .content .sign .title{
    width: 100%;
    padding: 0;
    padding-top: 0.4rem;
    font-size: 0.3733rem;
    justify-content: center;
}
/*20240218小成图增 str*/



/*20230304玄空飞星增 str*/


.qk_qmdj-phone-details .content .item .text input {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    width: 50%;
	line-height: 0.84rem;
}
.qk_qmdj-phone-details .content .item .text .sanjiao {
    width: 10px;
}
.qk_qmdj-phone-details .content .item_list.xkfx,.qk_qmdj-phone-details .content .item_list.xkfx li{
    border-color: #cccccc;
    position: relative;
}
.qk_qmdj-phone-details .content .item_list.xkfx li .top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding-top: 0.4rem;
    font-weight: 600;
    font-size: 0.64rem;
    line-height: 0.64rem;
    color: #249405;
}
.qk_qmdj-phone-details .content .item_list.xkfx li .top p{
    width: 50%;
    text-align: center;
}
.qk_qmdj-phone-details .content .item_list.xkfx li .top p:nth-child(2){
    color: #D32011;
}
.qk_qmdj-phone-details .content .item_list.xkfx li .center{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.64rem;
    line-height: 0.64rem;
    color: #03BEC0;
}
.qk_qmdj-phone-details .content .item_list.xkfx li .center_left{
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    color: #D32011;
    line-height: 0.4rem;
}
.qk_qmdj-phone-details .content .item_list.xkfx li .center_left.green{
    color: #249405;
}
.qk_qmdj-phone-details .content .item_list.xkfx li .bottom_left{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 50%;
    height: 35%;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    color: #999999;
    line-height: 0.4rem;
}
.qk_qmdj-phone-details .content .item_list.xkfx li .bottom_center{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 35%;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    color: #999999;
    line-height: 0.4rem;
}
.qk_qmdj-phone-details .content .item_list.xkfx li .bottom_right{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 50%;
    height: 35%;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
    color: #999999;
    line-height: 0.4rem;
}
.qk_qmdj-phone-details .content .table.w100 .text.down span{
    padding-left: 14px;
}
.qk_qmdj-phone-details .content .table.w100 .text.down img{
    width: 10px;
    margin-left: 4px;
}

.gongwei_popup.xkfx .content{
    position: relative;
    background-color: #FFFFFF;
    width: 8rem;
    padding: 0 0.5866rem;
    padding-bottom: 0.88rem;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.8rem;
    color: #666666;
    border-radius: 0.26667rem;
	 height: 80%;
	    overflow: scroll;
 
}

.gongwei_popup.xkfx .content .text{
    color: #666666;
    padding-top: 0.48rem;
}
.gongwei_popup.xkfx .content .text:nth-child(3){
    padding-top: 0;
    padding-bottom: 0.48rem;
    border-bottom: solid #E6E6E6 1px;
}
.gongwei_popup.xkfx .content .text span{
    display: inline-flex;
    color: #666666;
}
.gongwei_popup.xkfx .content .text span p{
    color: #249405;
}
.gongwei_popup.xkfx .content .text span p:nth-child(2){
    color: #D32011;
}
.gongwei_popup.xkfx .content .text .row{
    font-weight: 500;
    font-size: 0.3733rem;
    color: #03BEC0;
}
.gongwei_popup.xkfx .content .text .row.green{
    color: #249405;
}
.gongwei_popup.xkfx .content .text .row.red{
    color: #D32011;
}

.mojin_the_dragon{
    text-align: center;
    padding-bottom: 0.5333rem;
}
.mojin_the_dragon .title{
    font-weight: 400;
    font-size: 0.4rem;
    color: #4D4D4D;
}
.mojin_the_dragon .content{
    width: 7.2rem;
    height: 7.2rem;
    position: relative;
    border: none;
}
.mojin_the_dragon .content li{
    position: absolute;
    top: 0;
    left: 0;
    width: 7.1rem;
    height: 7.2rem;
    text-align: center;
}
.mojin_the_dragon .content li span{
    font-size: 0.4266rem;
    color: #333333;
    position: absolute;
    width: 50%;
    left: 25%;
    display: flex;
    justify-content: center;
    padding-top: 0.24rem;
}
.mojin_the_dragon .content li span.green{
    color: #249405;
}
.mojin_the_dragon .content li span font{
    width: 0.6rem;
    margin-top: 0.02rem;
}
.mojin_the_dragon .content li span font:nth-child(1){
    transform:rotate(-6deg);
    -ms-transform:rotate(-6deg);
    -moz-transform:rotate(-6deg);
    -webkit-transform:rotate(-6deg);
    -o-transform:rotate(-6deg);
}
.mojin_the_dragon .content li span font:nth-child(2){
    transform:rotate(14deg);
    -ms-transform:rotate(14deg);
    -moz-transform:rotate(14deg);
    -webkit-transform:rotate(14deg);
    -o-transform:rotate(14deg);
}
.mojin_the_dragon .content li span p{
    font-size: 0.2933rem;
    font-weight: 400;
    color: #0824F0;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.mojin_the_dragon .content li span img{
    width: 6px;
}
.mojin_the_dragon .content .item1{
    transform:rotate(15deg);
    -ms-transform:rotate(15deg);
    -moz-transform:rotate(15deg);
    -webkit-transform:rotate(15deg);
    -o-transform:rotate(15deg);
}
.mojin_the_dragon .content .item2{
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
}
.mojin_the_dragon .content .item3{
    transform:rotate(75deg);
    -ms-transform:rotate(75deg);
    -moz-transform:rotate(75deg);
    -webkit-transform:rotate(75deg);
    -o-transform:rotate(75deg);
}
.mojin_the_dragon .content .item4{
    transform:rotate(105deg);
    -ms-transform:rotate(105deg);
    -moz-transform:rotate(105deg);
    -webkit-transform:rotate(105deg);
    -o-transform:rotate(105deg);
}
.mojin_the_dragon .content .item5{
    transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -o-transform:rotate(135deg);
}
.mojin_the_dragon .content .item6{
    transform:rotate(165deg);
    -ms-transform:rotate(165deg);
    -moz-transform:rotate(165deg);
    -webkit-transform:rotate(165deg);
    -o-transform:rotate(165deg);
}
.mojin_the_dragon .content .item7{
    transform:rotate(195deg);
    -ms-transform:rotate(195deg);
    -moz-transform:rotate(195deg);
    -webkit-transform:rotate(195deg);
    -o-transform:rotate(195deg);
}
.mojin_the_dragon .content .item8{
    transform:rotate(225deg);
    -ms-transform:rotate(225deg);
    -moz-transform:rotate(225deg);
    -webkit-transform:rotate(225deg);
    -o-transform:rotate(225deg);
}
.mojin_the_dragon .content .item9{
    transform:rotate(255deg);
    -ms-transform:rotate(255deg);
    -moz-transform:rotate(255deg);
    -webkit-transform:rotate(255deg);
    -o-transform:rotate(255deg);
}
.mojin_the_dragon .content .item10{
    transform:rotate(285deg);
    -ms-transform:rotate(285deg);
    -moz-transform:rotate(285deg);
    -webkit-transform:rotate(285deg);
    -o-transform:rotate(285deg);
}
.mojin_the_dragon .content .item11{
    transform:rotate(315deg);
    -ms-transform:rotate(315deg);
    -moz-transform:rotate(315deg);
    -webkit-transform:rotate(315deg);
    -o-transform:rotate(315deg);
}
.mojin_the_dragon .content .item12{
    transform:rotate(345deg);
    -ms-transform:rotate(345deg);
    -moz-transform:rotate(345deg);
    -webkit-transform:rotate(345deg);
    -o-transform:rotate(345deg);
}

.phone-from-div .ly_flex  .input-title.y8{
    width: 30%;
    font-size: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.phone-from-div .ly_flex  .input-title.y8 span{
    display: inline-block;
	width: 4em;
	text-align: justify;
	text-align-last: justify;
    color: #333333;
}
.phone-from-div .ly_flex  .input-title.y8 .sanjiao{
    right: 10px;
}


.phone-from-div .input-title.y8 select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: none;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    margin-left: 16px;
    width: calc(100%);
    background-color: rgba(0, 0, 0, 0);
}


/*20230304玄空飞星增 end str*/



/*20240319太乙神数增 str*/
.qk_qmdj-phone-details .content .table .w100 span:nth-child(1){
    border-left: none;
}
.qk_qmdj-phone-details .content .table.w100 .w3 span font{
    font-size: 0.2667rem;
    margin-left: 0.0933rem;
}
.qk_qmdj-phone-details .content .item_list.tyss{
    width: 100%;
    margin: 0;
    border: none;
}
.qk_qmdj-phone-details .content .item_list.tyss li{
    width: 20%;
    border-right: solid #E6E6E6 0.01333rem;
    height: 2.3867rem;
    display: flex;
    font-weight: 400;
    font-size: 0.2933rem;
    color: #0824F0;
    line-height: 0.3867rem;
    position: relative;
}
.qk_qmdj-phone-details .content .item_list li:nth-child(n+7){
    border-bottom: solid #E6E6E6 0.01333rem;
}
.qk_qmdj-phone-details .content .item_list li:nth-child(n+21){
    border-bottom: none;
}
.qk_qmdj-phone-details .content .item_list.tyss li span{
    padding-left: 0.16rem;
    padding-top: 0.1066rem;
}
.qk_qmdj-phone-details .content .item_list.tyss li span:nth-child(1){
    margin-left: 0.0533rem;
}
.qk_qmdj-phone-details .content .item_list.tyss li span .red{
    color: #E95352;
}
.qk_qmdj-phone-details .content .item_list.tyss li .lable{
    display: flex;
    width: 0.4533rem;
    min-width: 0.4533rem;
    height: 0.4rem;
    align-items: center;
    justify-content: center;
    background-color: #E95352;
    border-radius: 0.0533rem;
    font-weight: 400;
    font-size: 0.2933rem;
    color: #FAFAFA;
    position: absolute;
    right: 0.08rem;
    bottom: 0.0267rem;
}
.qk_qmdj-phone-details .content .item_list.tyss li .bglue{
    background-color: #4099F7;
}
.qk_qmdj-phone-details .content .item_list.tyss li:nth-child(5n){
    border-right: none;
}
.qk_qmdj-phone-details .content .table .between{
    display: flex;
    justify-content: space-between;
}
.qk_qmdj-phone-details .content .table .between span{
    width: auto;
    padding: 0 0.2667rem;
}
.qk_qmdj-phone-details .content .table .between .tab{
    color: #488DEA;
}
.mojin_the_dragon_tyss{
    text-align: center;
    padding-bottom: 0.5333rem;
    display: none;
    overflow: hidden;
}
.mojin_the_dragon_tyss .title{
    font-weight: 400;
    font-size: 0.4rem;
    color: #4D4D4D;
}
.mojin_the_dragon_tyss .content{
    width: 8.5333rem;
    height: 8.5333rem;
    position: relative;
    border: none;
}
.mojin_the_dragon_tyss .content li{
    position: absolute;
    top: 0;
    left: 0;
    width: 8.5333rem;
    height: 8.5333rem;
    display: flex;
    align-items: center;
}
.mojin_the_dragon_tyss .content li .flex{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.2667rem;
    color: #0824F0;
    line-height: 0.3066rem;
}
.mojin_the_dragon_tyss .content .center{
    justify-content: center;
}
.mojin_the_dragon_tyss .content .center .flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.2933rem;
    line-height: 0.3466rem;
    width: 1.4rem;
}
.mojin_the_dragon_tyss .content .center .flex p{
    width: 50%;
    text-align: center;
}
.mojin_the_dragon_tyss .content li .flex span{
    margin-left: 0.16rem;
}
.mojin_the_dragon_tyss .content li .flex span:nth-child(1){
    margin-left: 0.24rem;
}
.mojin_the_dragon_tyss .content li .flex span p{
    width: 2em;
    height: 0.3066rem;
}
.mojin_the_dragon_tyss .content .item1 {
    transform: rotate(11.5deg);
    -ms-transform: rotate(11.5deg);
    -moz-transform: rotate(11.5deg);
    -webkit-transform: rotate(11.5deg);
    -o-transform: rotate(11.5deg);
}
.mojin_the_dragon_tyss .content .item2 {
    transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
}
.mojin_the_dragon_tyss .content .item3 {
    transform: rotate(58.2deg);
    -ms-transform: rotate(58.2deg);
    -moz-transform: rotate(58.2deg);
    -webkit-transform: rotate(58.2deg);
    -o-transform: rotate(58.2deg);
}
.mojin_the_dragon_tyss .content .item4 {
    transform: rotate(80.5deg);
    -ms-transform: rotate(80.5deg);
    -moz-transform: rotate(80.5deg);
    -webkit-transform: rotate(80.5deg);
    -o-transform: rotate(80.5deg);
}
.mojin_the_dragon_tyss .content .item5 {
    transform: rotate(102.5deg);
    -ms-transform: rotate(102.5deg);
    -moz-transform: rotate(102.5deg);
    -webkit-transform: rotate(102.5deg);
    -o-transform: rotate(102.5deg);
}
.mojin_the_dragon_tyss .content .item6 {
    transform: rotate(125.2deg);
    -ms-transform: rotate(125.2deg);
    -moz-transform: rotate(125.2deg);
    -webkit-transform: rotate(125.2deg);
    -o-transform: rotate(125.2deg);
}
.mojin_the_dragon_tyss .content .item7 {
    transform: rotate(148deg);
    -ms-transform: rotate(148deg);
    -moz-transform: rotate(148deg);
    -webkit-transform: rotate(148deg);
    -o-transform: rotate(148deg);
}
.mojin_the_dragon_tyss .content .item8 {
    transform: rotate(170.2deg);
    -ms-transform: rotate(170.2deg);
    -moz-transform: rotate(170.2deg);
    -webkit-transform: rotate(170.2deg);
    -o-transform: rotate(170.2deg);
}
.mojin_the_dragon_tyss .content .item9 {
    transform: rotate(192deg);
    -ms-transform: rotate(192deg);
    -moz-transform: rotate(192deg);
    -webkit-transform: rotate(192deg);
    -o-transform: rotate(192deg);
}
.mojin_the_dragon_tyss .content .item10 {
    transform: rotate(214deg);
    -ms-transform: rotate(214deg);
    -moz-transform: rotate(214deg);
    -webkit-transform: rotate(214deg);
    -o-transform: rotate(214deg);
}
.mojin_the_dragon_tyss .content .item11 {
    transform: rotate(237deg);
    -ms-transform: rotate(237deg);
    -moz-transform: rotate(237deg);
    -webkit-transform: rotate(237deg);
    -o-transform: rotate(237deg);
}
.mojin_the_dragon_tyss .content .item12 {
    transform: rotate(259deg);
    -ms-transform: rotate(259deg);
    -moz-transform: rotate(259deg);
    -webkit-transform: rotate(259deg);
    -o-transform: rotate(259deg);
}
.mojin_the_dragon_tyss .content .item13 {
    transform: rotate(281deg);
    -ms-transform: rotate(281deg);
    -moz-transform: rotate(281deg);
    -webkit-transform: rotate(281deg);
    -o-transform: rotate(281deg);
}
.mojin_the_dragon_tyss .content .item14 {
    transform: rotate(304deg);
    -ms-transform: rotate(304deg);
    -moz-transform: rotate(304deg);
    -webkit-transform: rotate(304deg);
    -o-transform: rotate(304deg);
}
.mojin_the_dragon_tyss .content .item15 {
    transform: rotate(327.2deg);
    -ms-transform: rotate(327.2deg);
    -moz-transform: rotate(327.2deg);
    -webkit-transform: rotate(327.2deg);
    -o-transform: rotate(327.2deg);
}
.mojin_the_dragon_tyss .content .item16 {
    transform: rotate(349.5deg);
    -ms-transform: rotate(349.5deg);
    -moz-transform: rotate(349.5deg);
    -webkit-transform: rotate(349.5deg);
    -o-transform: rotate(349.5deg);
}


.qk_qmdj-phone-details .content .item_list li:nth-child(n+7){
	border-bottom: solid #E6E6E6 0.01333rem;
}
.qk_qmdj-phone-details .content .item_list li:nth-child(n+21){
	border-bottom: none;
}
/*20230304太乙神数增 end str*/



/* 20241014 手相工具增 str */
@media screen and (max-width: 724px){
    .qk_details.palmistry{
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 0 10px;
        border-top: solid #FAFAFA 8px;
    }
}
.qk_details.palmistry .phone-tab-content{
    border-top: none;
}
.qk_details.palmistry .phone-tab-div{
    width: 100%;
    padding: 0;
}
.qk_details.palmistry .phone-content{
    text-align: center;
    background-color: #FEFBF5;
    margin-top: 14px;
}
.qk_details.palmistry .phone-content img{
    width: 256px;
    height: auto;
    margin: 0 auto;
    margin-top: 16px;
}
.qk_details.palmistry .phone-content li{
    font-weight: 400;
    font-size: 16px;
    color: #987445;
    line-height: 24px;
    padding: 30px 18px;
}
.qk_details.palmistry .phone-select{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    color: #987445;
    padding: 20px 0;
}
.qk_details.palmistry .phone-select select{
    width: calc(100% - 150px);
    height: 25px;
    border: 1px solid #C09761;
}
.qk_details.palmistry .phone-select a{
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    width: 68px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    background: url(/tool/img/select_a.png) no-repeat;
    background-size: 100% 100%;
}
.qk_details.palmistry .bline{
    width: calc(100% + 20px);
    margin-left: -10px;
    border-top: solid #FAFAFA 8px;
}

@media screen and (min-width: 100px) and (max-width: 750px) {
    .qk_details.palmistry .qk_details_t {
        display: none;
    }
}
.qk_details.palmistry .select_type{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
}
.qk_details.palmistry .select_type a{
    width: 111px;
    height: 55px;
    background-color: #F6F1E8;
    border: 1px solid #D1B18E;
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.qk_details.palmistry .select_type a.active{
    background-color: #B8764E;
    color: #FFFFFF;
}
.qk_details.palmistry .content{
    text-align: center;
}
.qk_details.palmistry .content .img{
    width: 460px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
}
.qk_details.palmistry .content li{
    width: 600px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    color: #987445;
    line-height: 48px;
    margin-top: 20px;
}
.qk_details.palmistry .select{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 26px;
    color: #987445;
    padding: 40px 20px;
    padding-right: 13px;
    margin-top: 24px;
    border-top: 1px dashed #C09761;
}
.qk_details.palmistry .select select{
    width: 497px;
    height: 50px;
    border: 1px solid #C09761;
    font-weight: 500;
    font-size: 24px;
}
.qk_details.palmistry .select a{
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    width: 136px;
    height: 50px;
    display: flex;
    justify-content: center;
    line-height: 50px;
    margin-left: 10px;
    background: url(/tool/img/select_a.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.qk_details.palmistry .details{
    border-top: 1px dashed #C09761;
}
.qk_details.palmistry .details .title{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    color: #B8764E;
    padding: 32px 0;
}
.qk_details.palmistry .details .title img{
    width: 34px;
    height: 42px;
    margin-right: 16px;
}
.qk_details.palmistry .details .text{
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 40px;
}
.qk_details.palmistry .details .text font{
    color: #E95352;
}
.qk_details.palmistry .qk_details_t .suanmxq_bg1 .again{
    margin-top: 0;
}
.qk_details.palmistry .qk_details_t .suanmxq_bg1 .again img{
    width: 200px;
    height: auto;
}
.qk_details.palmistry .qk_details_t .suanmxq_bg1 .again ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.qk_details.palmistry .qk_details_t .suanmxq_bg1 .again ul li{
    height: auto;
    line-height: initial;
    font-size: 24px;
    width: auto;
    margin: 0 25px;
}
.qk_details.palmistry .qk_gn_phone .details{
    border-top: none;
}
.qk_details.palmistry .qk_gn_phone .details .title{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #B8764E;
    padding: 20px 0;
}
.qk_details.palmistry .qk_gn_phone .details .title img{
    width: 18px;
    height: 23px;
    margin-right: 6px;
}
.qk_details.palmistry .qk_gn_phone .details .text{
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.qk_details.palmistry .qk_gn_phone .details .text font{
    color: #E95352;
}
.qk_details.palmistry .qk_gn_phone .suanmxq_bg2{
    margin-bottom: 18px;
}
.palmiography .qk_list5{
    margin-top: 32px;
}
.palmiography .qk_list5 img{
    width: 235px;
    height: 160px;
    margin-right: 20px;
}
.palmiography .qk_list5 h2{
    font-weight: 500;
    font-size: 20px;
    color: #E95352;
}
.palmiography .qk_list5_r{
    width: calc(100% - 235px);
}
.palmiography .qk_list5_r > span {
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (min-width: 100px) and (max-width: 750px) {
    .palmiography{
        margin-top: 0 !important;
        position: relative;
    }
    .palmiography .title{
        background-color: #FFFFFF !important;
        height: auto !important;
        padding: 16px 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .palmiography .title p{
        display: none;
    }
    .palmiography .qk_list5{
        padding-top: 34px;
        position: relative;
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .palmiography .qk_list5:last-child{
        margin-bottom: 20px;
    }
    .palmiography .qk_list5 h2{
        position: absolute;
        top: -20px;
        left: 0;
        font-size: 18px;
        line-height: 54px;
    }
    .palmiography .qk_list5 img {
        width: 88px;
        height: 88px;
        margin-left: 0;
        margin-right: 13px;
    }
    .palmiography .qk_list5_r{
        width: calc(100% - 88px);
    }
    .palmiography .qk_list5_r > span{
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
    }
    .palmiography .bline{
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
    }
}
/* 20241014 手相工具增 end */


/* 20241015痣相工具 str */
.qk_details.palmistry .nevoid{
    padding: 14px 0;
}
.qk_details.palmistry .nevoid .phone-select{
    padding: 0 12px;
    margin-bottom: 8px;
}
.qk_details.palmistry .nevoid .phone-select:last-child{
    /* margin-bottom: 0; */
}
.qk_details.palmistry .nevoid .phone-select select{
    font-weight: 500;
    font-size: 15px;
    color: #987445;
}
.qk_details.palmistry .qk_details_t.nevoid{
    padding: 46px 28px;
    width: calc(100% + 40px);
    margin-left: -20px;
    background-color: #FEFBF5;
    box-sizing: border-box;
    margin-top: -20px;
}
.qk_details.palmistry .qk_details_t.nevoid .select{
    padding: 0;
    border-top: none;
    margin-top: 15px;
}
.qk_details.palmistry .qk_details_t.nevoid .select:first-child{
   /*  margin-top: 0; */
}
/* 20241015痣相工具 end */

/* 20250421 广告优化调整-排盘 增 str */
.layout_adver ul{
    width: 830px;
    height: 176px;
    background: url(/tool/img/pc_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    margin-top: 34px;
}
.layout_adver ul .touxiang{
    width: 106px;
    height: 106px;
    margin-left: 36px;
    overflow: hidden;
    border: solid #FFE4DB 4px;
    border-radius: 100px;
}
.layout_adver ul .touxiang img{
    width: 100%;
    height: 100%;
}
.layout_adver ul .info{
    font-weight: 400;
    font-size: 26px;
    color: #535359;
    margin-left: 43px;
}
.layout_adver ul .info span{
    display: block;
    font-weight: bold;
    font-size: 32px;
    color: #C72114;
    margin-bottom: 20px;
}
.layout_adver ul .get{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 172px;
    height: 56px;
    background: linear-gradient( 180deg, #DE4E43 0%, #B22419 100%);
    border-radius: 100px;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: 30px;
    cursor: pointer;
}
@media screen and (max-width: 724px) {
    .layout_adver_bg{
        height: 98px;
		display: none;
    }
    .layout_adver{
        height: 98px;
        width: 100%;
        background-color: #FFFFFF;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
		display: none;
    }
    .layout_adver ul{
        height: 80px;
        width: calc(100% - 20px);
        margin-left: 10px;
        background: url(/tool/img/pc_bg.png) no-repeat;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        margin-top: 9px;
    }
    .layout_adver ul .touxiang{
        width: 47px;
        height: 47px;
        border: solid #FFE4DB 2px;
        margin-left: 18px;
    }
    .layout_adver ul .info{
        margin-left: 15px;
        font-size: 13px;
        width: calc(100% - 180px);
    }
    .layout_adver ul .info span{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .layout_adver ul .get{
        width: 78px;
        height: 25px;
        font-size: 12px;
        margin-right: 12px;
    }
}
/* 20250421 广告优化调整-排盘 增 end */


/* 20250530 六爻起卦 增 str */
.qk_gn2_r .yg_list{
    display: none;
}
.qk_gn2_r .pc-liuyao-div{
    display: flex;
}
.qk_gn2_r .pc-liuyao-div .ly_qg{
    width: 230px;
    text-align: center;
    margin-top: 12px;
	margin-left: 12px;
}
.qk_gn2_r .pc-liuyao-div .ly_qg .title11{
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding-bottom: 11px;
}
.qk_gn2_r .pc-liuyao-div .ly_qg .title11 span{
    color: #F2003D;
}
.qk_gn2_r .pc-liuyao-div .ly_qg .tongqian{
    display: flex;
    justify-content: space-between;
    background-color: #F5F2EA;
    margin-top: 27px;
    padding: 0 15px;
    padding-top: 18px;
    padding-bottom: 16px;
}
.qk_gn2_r .pc-liuyao-div .ly_qg .tongqian img{
    width: 45px;
    height: 45px;
}
.qk_gn2_r .pc-liuyao-div .ly_qg .tongqian{
	display: flex;
	align-items: center;
    width: 230px;
    height: 70px;
    margin: 0;
    padding: 0 10px;
}
.qk_gn2_r .pc-liuyao-div .gua_list{
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    height: 100px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-top: 12px;
    margin-left: 88px;
}
.qk_gn2_r .pc-liuyao-div .gua_list li{
    width: 50%;
    display: flex;
    margin-top: 0;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
}
.qk_gn2_r li.li7 .disabled{
    background-color: #FFE5EC;
    color: #FF6C91;
    border: none;
}
/* 20250530 六爻起卦 增 end */

/* 八宅排盘20260317 str */
@media screen and (min-width: 724px){
    .bzpp .qk_gn2_l li{
        margin-top: 60px;
        height: 540px;
        width: 166px;
        overflow-y: scroll;
    }
    .bzpp .qk_gn2_l a{
		width: 100%;
		text-align: center;
		padding: 16px 0;
	}
	.bzpp .qk_gn2_l a .qk_gn2_l_d1{
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		color: #541f00;
	}
	.bzpp .qk_gn2_l a .qk_gn2_l_d1:hover{
		color: #f52650;
	}
	.bzpp .qk_gn2_l a .qk_gn2_l_d1 img{
		width: 12px;
		margin-right: 13px;
	}
	.bzpp .qk_gn2_l a .qk_gn2_l_d1 font{
		opacity: 0;
	}
    .bzpp .qk_gn2_l a.active .qk_gn2_l_d1{
		color: #f52650;
	}
	.bzpp .qk_gn2_l a.active .qk_gn2_l_d1 font{
		opacity: 1;
	}
    .bzpp .qk_gn2_l li::-webkit-scrollbar { 
        width: 6px;
        background: #CCB999;
    } 
    .bzpp .qk_gn2_l li::-webkit-scrollbar-track { 
        -webkit-box-shadow: inset 0 0 6px #CCB999;
        border-radius: 3px; 
    } 
    .bzpp .qk_gn2_l li::-webkit-scrollbar-thumb { 
        border-radius: 3px; 
        height: 100px;
        background-color: rgba(0,0,0,0.3);
    }
    .bzpp .qk_gn2_r li.li1_mhzs input{
        width: 482px;
		font-size: 14px;
    }
    .bzpp .qk_gn2_r li{
        /* margin-top: 40px; */
		/* display: flex; */
		align-items: center;
    }
    .date_ctrl{
        max-width: 540px;
    }
    .gearDate{
        display: flex !important;
        align-items: center;
    }
    .date_ctrl{
        bottom: initial !important;
    }
}
.house_orien_popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.6);
	z-index: 999;
	display: none;
}
.house_orien_popup .content{
	background-color: #FFFFFF;
	width: 7.7333rem;
	border-radius: 0.2667rem;
	overflow: hidden;
}
.house_orien_popup .content li{
	width: 6.8533rem;
	height: 1.3866rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 0.4266rem;
	color: #333333;
	position: relative;
	border-bottom: solid #D9D9D9 1px;
}
.house_orien_popup .content .title{
	width: 7.7333rem;
	justify-content: center;
	background-color: #F8F8F8;
	border-bottom: none;
}
.house_orien_popup .content .title .close{
	width: 0.5333rem;
	height: 0.5333rem;
	position: absolute;
	right: 0.32rem;
}
.house_orien_popup .content label{
	cursor: pointer;
}
.house_orien_popup .content label input{
	display: none;
}
.house_orien_popup .content label input+li span{
	display: block;
	width: 0.4533rem;
	height: 0.4533rem;
	border: solid #D8D8D8 1px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	box-sizing: border-box;
}
.house_orien_popup .content label input:checked+li span{
	background: url(/tool/img/m_xuanze.png) no-repeat;
	background-size: 100% 100%;
}
.house_orien_popup .content .scroll{
	height: 7.6263rem;
	width: 7.5rem;
	margin: 0 auto;
	overflow-y: scroll;
}
.house_orien_popup .content .scroll::-webkit-scrollbar { 
    width: 6px;
    background: #FFFFFF;
} 
.house_orien_popup .content .scroll::-webkit-scrollbar-track { 
    border-radius: 3px; 
} 
.house_orien_popup .content .scroll::-webkit-scrollbar-thumb { 
    border-radius: 3px; 
    height: 100px;
    background-color: rgba(0,0,0,0.24);
}

.restrict_popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.6);
	z-index: 999;
}
.restrict_popup .content{
	background-color: #FFFFFF;
	width: 7.7333rem;
	border-radius: 0.2667rem;
	overflow: hidden;
	text-align: center;
}
.restrict_popup .content .text{
	font-weight: 400;
	font-size: 0.4rem;
	color: #000000;
	padding: 1.0666rem 0;
}
.restrict_popup .content .close{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.2666rem;
	height: 1.1466rem;
	background-color: #FDE7EC;
	border-radius: 0.1866rem;
	font-weight: 500;
	font-size: 0.3733rem;
	color: #DA043A;
	margin: 0 auto;
	margin-bottom: 0.6rem;
}

.bzpp .qk_qmdj-phone-details .content .item ul{
    display: flex;
    align-items: center;
}
.bzpp .qk_qmdj-phone-details .content .item ul .rown{
    color: #7E642D;
}
.bzpp .qk_qmdj-phone-details .content .flex{
    justify-content: space-between;
}
.bzpp .qk_qmdj-phone-details .content .flex ul{
    width: 40%;
}
.bzpp .qk_qmdj-phone-details .content .house_position{
    width: 696px;
    border: solid #CACACA 1px;
    border-top: none;
    margin: 0 auto;
    margin-top: 54px;
    display: flex;
    flex-wrap: wrap;
}
.bzpp .qk_qmdj-phone-details .content .house_position li{
    width: 33.3333%;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid #CACACA 1px;
    border-top: solid #CACACA 1px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 35px;
}
.bzpp .qk_qmdj-phone-details .content .house_position li:nth-child(3n){
    border-right: none;
}
.bzpp .qk_qmdj-phone-details .content .house_position .active{
    background-color: #FFFDDF;
}
.bzpp .qk_qmdj-phone-details .content .house_position li span .b{
    color: #0D60DE;
}
.bzpp .qk_qmdj-phone-details .content .house_position li span .r{
    color: #F30C46;
}
.bzpp .qk_qmdj-phone-details .content .house_position li span .g{
    color: #999999;
}
.bzpp .qk_qmdj-phone-details .content .instruction{
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 42px;
}
.houposi_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.houposi_popup .content{
    display: block;
    font-weight: 400;
    font-size: 0.3733rem;
    color: #333333;
    line-height: 0.72rem;
    width: 7.7333rem;
    position: relative;
}
.houposi_popup .content .title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.28rem;
    background-color: #F2003D;
    font-weight: 500;
    font-size: 0.4266rem;
    color: #FFFFFF;
    border-radius: 0.2667rem 0.2667rem 0 0;
}
.houposi_popup .content .text{
    width: 7.7333rem;
    padding: 0.5333rem 0.4933rem;
    background-color: #FFFFFF;
    border-radius: 0 0 0.2667rem 0.2667rem;
    box-sizing: border-box;
}
.houposi_popup .content .close{
    width: 0.9333rem;
    height: 0.9333rem;
    position: absolute;
    left: 3.4rem;
    bottom: -1.2533rem;
}
@media screen and (max-width: 724px) {
    .bzpp .qk_qmdj-phone-details .content .flex ul{
        width: 50%;
    }
    .bzpp .qk_qmdj-phone-details .content .flex ul:nth-child(2){
        border-left: solid #E6E6E6 0.01333rem;
    }
    .bzpp .qk_qmdj-phone-details .content .house_position{
        width: 8.88rem;
        margin-top: 0.32rem;
    }
    .bzpp .qk_qmdj-phone-details .content .house_position li{
        font-size: 0.4rem;
        line-height: 0.64rem;
        height: 2.3866rem;
    }
    .bzpp .qk_qmdj-phone-details .content .instruction{
        font-size: 0.32rem;
        padding: 0.4rem 0;
    }
}
/* 八宅排盘20260317 end */


/* 八字合婚20260323 str */
.marriage_ceremony_warp{
    width: 830px;
    background-color: #B83B35;
    text-align: center;
    padding: 15px 0;
}
.marriage_ceremony_warp .information{
    width: 800px;
    margin: 0 auto;
    background-color: #FFD8D4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 22px 0;
}
.marriage_ceremony_warp .information .item{
    width: 365px;
    margin: 0 12px;
    background-color: #FEFAF1;
    border-radius: 12px;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    padding: 28px 0;
}
.marriage_ceremony_warp .information .item span{
    display: block;
    font-weight: 400;
    font-size: 22px;
    color: #ED2D23;
    margin-bottom: 15px;
}
.marriage_ceremony_warp .information .item img{
    width: 212px;
    height: auto;
}
.marriage_ceremony_warp .information .item p{
    display: block;
    margin-top: 21px;
}

.marriage_ceremony_warp .arrange{
    width: 800px;
    margin: 0 auto;
    margin-top: 16px;
}
.marriage_ceremony_warp .arrange .title{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 63px;
    background-color: #EB6660;
    border-radius: 12px 12px 0 0;
}
.marriage_ceremony_warp .arrange .title span{
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    padding: 0 4px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient( 0deg, #FFDE98 0%, #FEECD4 100%);
}
.marriage_ceremony_warp .arrange .title span p{
    color: #ED2D23;
}
.marriage_ceremony_warp .arrange .title img{
    height: 48px;
    width: auto;
}
.marriage_ceremony_warp .arrange .content_warp{
    width: 800px;
    margin: 0 auto;
    background-color: #FEFAF1;
    position: relative;
}
.marriage_ceremony_warp .arrange .content_warp .line{
    width: 814px;
    height: 18px;
    background-color: #EB6660;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    left: -7px;
    z-index: 100;
}
.marriage_ceremony_warp .arrange .content_warp .content{
    width: 786px;
    margin: 0 auto;
    text-align: left;
    border-left: solid #EAD3C0 1px;
    border-right: solid #EAD3C0 1px;
}
.marriage_ceremony_warp .arrange .content_warp .content .info{
    width: 726px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 55px;
    padding: 20px 0;
    border-bottom: solid #E4C8B4 1px;
}
.marriage_ceremony_warp .arrange .content_warp .content .info span{
    color: #AC7353;
}
.marriage_ceremony_warp .arrange .content_warp .content .info font{
    color: #ED2D23;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout{
    width: 726px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .title1{
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 45px;
    margin: 30px 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .tabel{
    border-left: solid #CDB196 1px;
    border-top: solid #CDB196 1px;
    text-align: left;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row{
    width: 723px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 151px;
    height: 94px;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    border-right: solid #CDB196 1px;
    border-bottom: solid #CDB196 1px;
    white-space: pre-wrap;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row li .m{
    color: #129A3A;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row li .s{
    color: #2F7CC8;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row li .h{
    color: #ED2D23;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row li .t{
    color: #D1771F;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row li .j{
    color: #FED17A;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row li:nth-child(1){
    width: 118px;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .head{
    background-color: #FEDCBB;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .head li{
    color: #AC1A1F;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2{
    width: 723px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-bottom: solid #CDB196 1px;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 li{
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 32px;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 li:nth-child(1){
    width: 118px;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 li:nth-child(2){
    width: 607px;
    padding: 20px;
    box-sizing: border-box;
    border-left: solid #CDB196 1px;
    border-right: solid #CDB196 1px;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 li img{
    height: 63px;
    width: auto;
    display: block;
    margin-bottom: 12px;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio{
    width: 607px;
    padding: 20px;
    box-sizing: border-box;
    border-left: solid #CDB196 1px;
    border-right: solid #CDB196 1px;
}

.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio{
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul{
    text-align: center;
    padding: 27px 20px;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul p{
    font-weight: 400;
    font-size: 19px;
    color: #FDAE15;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul li{
    padding: 0;
    border: none;
    width: 27px;
    height: 124px;
    background-color: #EAEAEA;
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul li span{
    position: absolute;
    width: 27px;
    left: 0;
    bottom: 0;
    background-color: #FDAE15;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul:nth-child(2) p{
    color: #9C7058;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul:nth-child(2) li span{
    background-color: #9C7058;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul:nth-child(3) p{
    color: #F26568;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul:nth-child(3) li span{
    background-color: #F26568;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul:nth-child(4) p{
    color: #81AFFA;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul:nth-child(4) li span{
    background-color: #81AFFA;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul:nth-child(5) p{
    color: #60BA7D;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul:nth-child(5) li span{
    background-color: #60BA7D;
}
.marriage_ceremony_warp .arrange .content_warp .content .layout .obtain{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 480px;
    height: 74px;
    background-color: #EB6660;
    border-radius: 100px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    cursor: pointer;
}

.marriage_ceremony_warp .report_warp{
    width: 800px;
    margin: 0 auto;
    margin-top: 16px;
}
.marriage_ceremony_warp .report_warp .title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    background-color: #EB6660;
    border-radius: 12px 12px 0 0;
    font-weight: 400;
    font-size: 25px;
    color: #FFFFFF;
}
.marriage_ceremony_warp .report_warp .title img{
    width: 63px;
    height: 25px;
    margin: 0 20px;
}
.marriage_ceremony_warp .report_warp .content{
    background-color: #FEFAF1;
    text-align: left;
    padding-top: 34px;
    padding-bottom: 40px;
    border-radius: 0 0 12px 12px;
}
.marriage_ceremony_warp .report_warp .remind{
    width: 736px;
    padding: 50px 0;
    margin: 0 auto;
    background-color: #F5EBD5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 50px;
    padding-left: 45px;
    box-sizing: border-box;
}
.marriage_ceremony_warp .report_warp .remind .left{
    width: 105px;
    height: 105px;
    position: relative;
    margin-top: -30px;
}
.marriage_ceremony_warp .report_warp .remind .left img{
    width: 105px;
    height: 105px;
    border-radius: 10px;
    object-fit: cover;
}
.marriage_ceremony_warp .report_warp .remind .left span{
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    width: 132px;
    height: 38px;
    background-color: #F5955E;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -13px;
    bottom: -29px;
}
.marriage_ceremony_warp .report_warp .remind .right{
    width: 498px;
    margin-left: 47px;
}
.marriage_ceremony_warp .report_warp .but{
    display: block;
    width: 448px;
    height: 76px;
    margin: 0 auto;
    margin-top: 53px;
    cursor: pointer;
}

.marriage_ceremony_warp .annulus{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
}
.marriage_ceremony_warp .annulus .circular {
    height: 100px;
    width: 100px;
    /* background: red; */
    position: relative;
    transform: scale(2);
}
.marriage_ceremony_warp .annulus .circular .inner {
    /* display: none; */
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
    background: #FEFAF1;
    border-radius: 100%;
}
.marriage_ceremony_warp .annulus .circular .numb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 10;
    font-size: 18px;
    font-weight: 500;
    color: #E84962;
}
.marriage_ceremony_warp .annulus .circular .bar {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #E7EDF0;
    -webkit-border-radius: 100%;
    clip: rect(0px, 100px, 100px, 50px);
}
.marriage_ceremony_warp .annulus .bottomY p{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #E84962;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 5px);
    z-index: 100;
    z-index: 3;
}
.marriage_ceremony_warp .annulus .circle .bar .progress {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 100%;
    clip: rect(0px, 50px, 100px, 0px); /* 剪裁绝对定位元素。唯一合法的形状值是：rect (top, right, bottom, left) */
    background: #E84962;
}
.marriage_ceremony_warp .annulus .circle .left .progress {
    z-index: 1;
}
.marriage_ceremony_warp .annulus .circle .leftYuan{
    position: relative;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
}
.marriage_ceremony_warp .annulus .circle .leftYuan span{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #E84962;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: calc(50% - 5px);
    z-index: 100;
}
.marriage_ceremony_warp .annulus .circle .right {
    z-index: 3;
    transform: rotate(180deg);
}
.marriage_ceremony_warp .annulus .circle .rightYuan{
    position: relative;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 3;
}
.marriage_ceremony_warp .annulus .circle .rightYuan span{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #E84962;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: calc(50% - 5px);
    z-index: 100;
}
.marriage_ceremony_warp .report_warp .zhishu{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
}
.marriage_ceremony_warp .report_warp .zhishu span{
    color: #ED2D23;
}
.marriage_ceremony_warp .report_warp .way{
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 306px;
    height: 67px;
    margin: 0 auto;
    background: url(/tool/img/titleBg.png) no-repeat;
    background-size: 100% 100%;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 50px;
}
.marriage_ceremony_warp .report_warp .waylist{
    width: 736px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: solid #EAD3C0 1px;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 39px;
    padding: 36px;
    box-sizing: border-box;
    padding-top: 25px;
    margin-top: -35px;
}
.marriage_ceremony_warp .report_warp .waylist span{
    display: inline-block;
    padding: 10px 23px;
    background: #FFF3D7;
    border-radius: 10px;
    border: 1px solid #EAD3C0;
    font-weight: 400;
    font-size: 22px;
    color: #8C5A35;
    margin-top: 45px;
}
.marriage_ceremony_warp .report_warp .waylist li{
    margin-top: 12px;
}
.marriage_ceremony_warp .report_warp .waylist .fr{
    color: #ED2D23;
}
.marriage_ceremony_warp .report_warp .pairing{
    width: 573px;
    height: 148px;
    background: url(/tool/img/bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}
.marriage_ceremony_warp .report_warp .pairing span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 45px;
    background: linear-gradient( 180deg, #DCE6FE 0%, #F0F5FF 100%);
    border-radius: 100px;
    border: 1px solid #8CAAED;
    font-weight: 400;
    font-size: 22px;
    color: #434C8A;
}
.marriage_ceremony_warp .report_warp .pairing span.l{
    position: absolute;
    left: 0;
    bottom: -26px;
}
.marriage_ceremony_warp .report_warp .pairing span.r{
    background: linear-gradient( 180deg, #FFDAF4 0%, #FFF6FA 100%);
    border: 1px solid #F5A6C3;
    position: absolute;
    right: 0;
    bottom: -26px;
    color: #C84D7B;
}
.marriage_ceremony_warp .report_warp .sides{
    width: 736px;
    margin: 0 auto;
    padding: 8px 32px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #EAD3C0;
    font-size: 22px;
    color: #333333;
    line-height: 39px;
    margin-top: 78px;
}
.marriage_ceremony_warp .report_warp .sides li{
    padding: 10px 0;
}
.marriage_ceremony_warp .report_warp .sides li:nth-child(1) b{
    color: #434C8A;
}
.marriage_ceremony_warp .report_warp .sides li:nth-child(2) b{
    color: #C84D7B;
}
.marriage_ceremony_warp .report_warp .lifegua{
    width: 736px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    line-height: 39px;
}
.marriage_ceremony_warp .report_warp .lifegua span{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 22px;
    color: #ED2D23;
    margin-top: 38px;
}
.marriage_ceremony_warp .report_warp .lifegua span p{
    color: #333333;
}
.marriage_ceremony_warp .report_warp .lifegua li{
    margin-top: 20px;
}
.marriage_ceremony_warp .report_warp .ceremony{
    width: 736px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    color: #8C5A35;
    line-height: 39px;
    background-color: #F5EBD5;
    border-radius: 10px;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-top: 36px;
}
.marriage_ceremony_warp .report_warp .ceremony li{
    margin-bottom: 22px;
}
.marriage_ceremony_warp .report_warp .ceremony ul{
    font-weight: 400;
    font-size: 20px;
    color: #4C73B4;
    line-height: 45px;
}
.marriage_ceremony_warp .report_warp .ceremony ul li{
    margin-bottom: 0;
}
.marriage_ceremony_warp .report_warp .ceremony ul li a{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.marriage_ceremony_warp .report_warp .ceremony ul li a p{
    display: block;
    width: 8px;
    height: 8px;
    background-color: #4C73B4;
    border-radius: 100px;
    margin-right: 15px;
}
@media screen and (min-width: 100px) and (max-width: 750px){
    .marriage_ceremony_warp{
        width: 10rem;
        margin-left: -10px;
    }
    .marriage_ceremony_warp .information{
        width: 9.4666rem;
        padding: 0.4rem 0;
    }
    .marriage_ceremony_warp .information .item{
        width: 4.1733rem;
        font-size: 0.3466rem;
        padding: 0.4666rem 0;
    }
    .marriage_ceremony_warp .information .item span{
        font-size: 0.3733rem;
        margin-bottom: 0.3466rem;
    }
    .marriage_ceremony_warp .information .item img{
        width: 2.5866rem;
    }
    .marriage_ceremony_warp .information .item p{
        margin-top: 0.3733rem;
    }
    .marriage_ceremony_warp .arrange{
        width: 9.4666rem;
    }
    .marriage_ceremony_warp .arrange .title{
        height: 1rem;
        border-radius: 0.1333rem 0.1333rem 0 0;
    }
    .marriage_ceremony_warp .arrange .title span{
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.3733rem;
        padding: 0 0.0933rem;
    }
    .marriage_ceremony_warp .arrange .title img{
        height: 0.8rem;
    }
    .marriage_ceremony_warp .arrange .content_warp{
        width: 9.4666rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content{
        width: 9.3066rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .info{
        width: 8.4266rem;
        font-size: 0.3733rem;
        line-height: 0.9066rem;
        padding: 0.3733rem 0;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout{
        width: 8.4266rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .title1{
        margin: 0.4rem 0;
        font-size: 0.3733rem;
        line-height: 0.6266rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .row{
        width: 8.4266rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .row li{
        font-size: 0.3466rem;
        width: 1.8266rem;
        height: 1.1733rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .head li{
        font-size: 0.4rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .row li:nth-child(1){
        width: 1.4533rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .row2{
        width: 8.4266rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .row2 li:nth-child(1){
        width: 1.4533rem;
        font-size: 0.3466rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .row2 li:nth-child(2){
        width: 7.4466rem;
        font-size: 0.3466rem;
        line-height: 0.5333rem;
        padding: 0.2266rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .row2 li img{
        height: 1.1466rem;
        margin-bottom: 0.2266rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio{
        padding: 0;
        width: 7.4466rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul{
        padding: 0.4rem 0.2466rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul p{
        font-size: 0.2933rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .row2 .ratio ul li{
        width: 0.3466rem;
        height: 1.4666rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .content .layout .obtain{
        width: 7.04rem;
        height: 0.9066rem;
        font-size: 0.3466rem;
    }
    .marriage_ceremony_warp .arrange .content_warp .line{
        width: 9.7066rem;
        height: 0.2133rem;
        left: -0.1333rem;
    }
    .marriage_ceremony_warp .report_warp{
        width: 9.4666rem;
    }
    .marriage_ceremony_warp .report_warp .title{
        font-size: 0.3466rem;
    }
    .marriage_ceremony_warp .report_warp .title img{
        width: 0.9066rem;
        height: 0.3466rem;
    }
    .marriage_ceremony_warp .report_warp .title img{
        margin: 0 0.24rem;
    }

    .marriage_ceremony_warp .report_warp .content{
        padding-top: 0.4rem;
        padding-bottom: 0.5866rem;
    }
    .marriage_ceremony_warp .report_warp .remind{
        width: 8.8rem;
        font-size: 0.3733rem;
        line-height: 0.6rem;
        padding: 0.4rem 0;
        padding-left: 0.4666rem;
    }
    .marriage_ceremony_warp .report_warp .remind .left{
        width: 1.4666rem;
        height: 1.4666rem;
    }
    .marriage_ceremony_warp .report_warp .remind .left img{
        width: 1.4666rem;
        height: 1.4666rem;
    }
    .marriage_ceremony_warp .report_warp .remind .left span{
        width: 1.96rem;
        height: 0.6266rem;
        font-size: 0.32rem;
        left: -0.2533rem;
        bottom: -0.5066rem;
    }
    .marriage_ceremony_warp .report_warp .remind .right{
        width: 6.04rem;
        margin-left: 0.4666rem;
    }
    .marriage_ceremony_warp .report_warp .but{
        width: 7.0933rem;
        height: 1.1466rem;
        margin-top: 0.4533rem;
    }
    .marriage_ceremony_warp .annulus{
        height: 3rem;
    }
    .marriage_ceremony_warp .annulus .circular{
        transform: scale(0.9);
    }
    .marriage_ceremony_warp .report_warp .zhishu{
        font-size: 0.4rem;
        margin-top: 0;
    }
    .marriage_ceremony_warp .report_warp .way{
        width: 5.12rem;
        height: 1.1733rem;
        font-size: 0.3733rem;
        margin-top: 0.6266rem;
    }
    .marriage_ceremony_warp .report_warp .waylist{
        width: 8.9066rem;
        margin-top: -0.6133rem;
        padding: 0.4rem;
        font-size: 0.3733rem;
        line-height: 0.6133rem;
    }
    .marriage_ceremony_warp .report_warp .waylist span{
        padding: 0.16rem 0.2667rem;
        font-size: 0.3733rem;
        margin-top: 0.4rem;
    }
    .marriage_ceremony_warp .report_warp .waylist li{
        margin-top: 0.1866rem;
    }
    .marriage_ceremony_warp .report_warp .pairing{
        width: 7.0933rem;
        height: 1.92rem;
    }
    .marriage_ceremony_warp .report_warp .pairing span{
        width: 1.7733rem;
        height: 0.6533rem;
        font-size: 0.3733rem;
    }
    .marriage_ceremony_warp .report_warp .pairing span.l{
        bottom: -0.2667rem;
    }
    .marriage_ceremony_warp .report_warp .pairing span.r{
        bottom: -0.2667rem;
    }
    .marriage_ceremony_warp .report_warp .sides{
        width: 8.5066rem;
        padding: 0.4666rem 0.3733rem;
        font-size: 0.3733rem;
        line-height: 0.6266rem;
        margin-top: 1.0666rem;
    }
    .marriage_ceremony_warp .report_warp .sides li{
        padding: 0.2133rem 0;
    }
    .marriage_ceremony_warp .report_warp .lifegua{
        width: 8.5066rem;
        font-size: 0.3733rem;
        color: #434C8A;
        line-height: 0.6266rem;
        color: #666666;
    }
    .marriage_ceremony_warp .report_warp .lifegua span{
        font-size: 0.3733rem;
        margin-top: 0.6667rem;
    }
    .marriage_ceremony_warp .report_warp .lifegua li{
        margin-top: 0.1333rem;
    }
    .marriage_ceremony_warp .report_warp .ceremony{
        width: 8.5066rem;
        padding: 0.4533rem 0.4rem;
        font-size: 0.3466rem;
        line-height: 0.5866rem;
        margin-top: 0.4533rem;
    }
    .marriage_ceremony_warp .report_warp .ceremony li{
        margin-bottom: 0.4rem;
    }
    .marriage_ceremony_warp .report_warp .ceremony ul{
        font-size: 0.3466rem;
        line-height: 0.7333rem;
    }
    .marriage_ceremony_warp .report_warp .ceremony ul li a p{
        width: 0.1333rem;
        height: 0.1333rem;
        margin-right: 0.2133rem;
    }
}
/* 八字合婚20260323 end */