@import url(layout.css?v=6);

header {
    opacity: 0.8;
}

header.header {
    opacity: 1;
}

.mpart {
    background-size: 100%;
    background:-webkit-gradient(linear, 100% 100%, 0% 0%, from(#1c4899), to(#0a1a57));
}

.vision {
    position: absolute;
    width: 100%;
}

.vision .s_mide {
    height: 12rem;
    opacity: 0.5;
}

.vision_bottom {
    position: absolute;
    bottom: -0.8rem;
}

.vision .s_botm:nth-child(1n),
.vision .s_botm:nth-child(2n) {
    margin-top: -2.2rem;
}

.hkl {
    opacity: 0.55;
}

.plus_box .plus_mpart {
   background: -webkit-gradient(linear, 100% 100%, 0% 0%, from(#1c4899), to(#0a1a57));
}
.inp_area {
    padding-top: .5rem;
}
.inp_form {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 750px;
    padding: 2.2rem 0 1.7rem;
    text-align: center;
    overflow: hidden;
}

.inp_form strong {
    background: url(../images/astrolabe/tit.png) no-repeat 0 0;
    background-size: 4.2rem 1rem;
    width: 4.2rem;
    height: 1rem;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}

.inpbox span,
.inpbox input[type=text] {
    font-size: .36rem
}

.inpbox input[type=text],
.inpbox span.notempty {
    color: #fff;
}

.inp_form .inp_box {
    background: rgba(91, 97, 204, .2);
    margin: .6rem .7rem 0;
    border-radius: .4rem;
    padding: .3rem .6rem;
    box-sizing: border-box;
    font-size: 0;
}

.inp_form .name {
    width: 4.5rem;
}

.inp_form .datebox {
    width: 6rem;
}

.inp_form .timebox {
    width: 4.5rem;
}

.inp_form .placebox {
    width: 6rem;
}

.inp_form .inpbox {
    margin-top: .5rem;
    background: rgba(0, 0, 0, .2);
}

.inp_form button {
    font-size: 0.43rem;
    background: -webkit-gradient(linear, 80% 100%, 80% 0%, from(#3956ae), to(#76a7e5));
    box-shadow: none;
    height: 1.3rem;
    padding: 0 1.3rem;
    margin-bottom: .45rem;
    font-weight: bold;
}

.btnlink_pair {
    background: linear-gradient(155deg, #7d42b4, #c850ba);
    height: 1.3rem;
    border-radius: .3rem;
    color: rgba(255, 255, 255, .75);
    font-size: .43rem;
    font-weight: bold;
    display: block;
    margin: .4rem .7rem 0;
    line-height: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnlink_pair i {
    background: url(../images/arrow_more_r.png) no-repeat 0 50%;
    width: .45rem;
    height: .45rem;
    background-size: .35rem;
    margin-left: .2rem;
}

.toollist {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}

.toollist ul li {
    margin: 0;
}

.list {
    margin-bottom: 10px;
}

.li_imgtxt li h4 {
    height: auto;
}

/*鏄熺洏璇︽儏*/

.pl_box {
    position: relative;
    width: 100%;
    max-width: 750px;
    overflow: hidden;
}

.pl_box img {
    width: 100%;
    height: auto;
    display: block;
}

.pl_tbox {
    margin: 0 0.37rem 1.7rem;
    position: relative;
}

.pl_btn {
    text-align: center;
    margin-top: 0.7rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}

.pl_btn a {
    height: 1.2rem;
    flex: 1;
    border-radius: 0.9rem;
    line-height: 1.2rem;
    background: -webkit-gradient(linear, 80% 100%, 80% 0%, from(#3956ae), to(#76a7e5));
    color: rgb(255 255 255 / 86%);
    margin: 0 0.3rem 0;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 4%);
}
.pl_btn a.view {
    background: -webkit-gradient(linear, 80% 100%, 80% 0%, from(#3956ae), to(#76a7e5));
}
.pl_btn a.back {
    background: -webkit-gradient(linear, 72% 100%, 68% 0%, from(#1e5a8d), to(#65abdc));
}
.pl_btn a.detail {
    background: linear-gradient(180deg, #8c91cf, #6048ae);
}
.pl_box .swiper-container {
    margin-top: 2.2rem;
    padding: 0 0.37rem;
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    z-index: 1;
}

.pl_box ul {
    width: 9999px;
}

.pl_box ul li {
    float: left;
    position: relative;
    width: 1.9rem;
    height: 1.8rem;
    text-align: center;
    color: #fff;
    font-size: 0.36rem;
}

.pl_box ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) rotate(225deg);
    width: 0rem;
    height: 0rem;
    background: linear-gradient(to bottom right, transparent 50%, rgba(0, 0, 0, 0.15) 50%);
    border-radius: 2px;
    transition: width 0.2s cubic-bezier(0.11, 1.17, 0.61, 1.67), height 0.2s cubic-bezier(0.11, 1.17, 0.61, 1.67);
}

.pl_box ul li.cur::after {
    border-left-width: 0.1rem;
    border-right-width: 0.1rem;
    border-bottom-width: 0.1rem;
    width: .3rem;
    height: .3rem;
    bottom: 0;
}

.pl_box ul li em {
    display: block;
    opacity: .6;
}

.pl_box ul li em img {    
    transition: all 0.2s cubic-bezier(0.11, 1.17, 0.61, 1.67);
}
.pl_box ul li.cur em {
    opacity: 1;
}
.pl_box ul li.cur em img {
    opacity: 1; 
    transform: scale(1.2);
}

.pl_box ul li em img {
    display: block;
    border-radius: 100%;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 auto 0.2rem;
    font-size: 0.5rem;
    line-height: 0.9rem;
}

.pl_box ul li p {
    line-height: .35rem;
    transition: font-size 0.2s cubic-bezier(0.11, 1, 0.61, 1);
}
.pl_box ul li.cur p {
    font-size: .4rem;
}


/* .plbox_main{ margin-top:4.15rem;} */
.plbox_main dl {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 0.5rem;
    display: block;
}

.plbox_main dl dt {
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
}

.pl2 .plbox_main dl dt {
    margin: 0;
}

.pl4 .plbox_main dl dd {
    text-align: center;
}

.plbox_main dl dt span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 0.36rem;
}

.plbox_main dl dt em {
    width: 1.458rem;
    height: 1.458rem;
    display: block;
    border-radius: 100%;
    margin-bottom: 0.2rem;
    line-height: 1.458rem;
    font-size: 0.8rem;
    text-align: center;
}

.plbox_main dl dt i {
    background: url(../images/astrolabe/pl_arrow.png) no-repeat 0 0;
    background-size: 100%;
    width: 0.4rem;
    height: 0.69rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1rem;
}

.plbox_main dl dd {
    color: #fff;
    line-height: 1rem;
    font-size: 0.36rem;
}

.pl_list h2 {
    margin-bottom: 0.37rem;
}

.pl_list dl {
    display: -webkit-box;
    line-height: 0.5rem;
    margin: 0 0.37rem 0.37rem;
}

.pl_list dt {
    height: 0.5rem;
    border-radius: 5px;
    padding: 0 0.2rem 0 0;
    color: #333;
    font-weight: 500;
    font-size: 0.38rem;
    margin-right: 0.4rem;
}

.pl_list dd {
    -webkit-box-flex: 1;
    font-size: 0.38rem;
    display: inline-block;
    width: 6.9rem;
}

.pl_list dd span {
    margin: 0 0.45rem 0.3rem 0;
    display: inline-block;
    float: left;
}

.pl_list dt img,
.pl_list dd img {
    width: 100%;
    height: 100%;
    width: 0.45rem;
    height: 0.45rem;
    display: inline-block;
    float: left;
    border-radius: 100%;
    margin-right: 0.1rem;
}

.pl_list dd small {
    background: #f79896;
    height: 0.5rem;
    display: inline-block;
    border-radius: 0.5rem;
    padding: 0 .13rem;
    color: #fff;
    font-size: 0.34rem;
    vertical-align: middle;
    margin-left: 0.1rem;
}

.pl_list dd em {
    color: #888;
    font-style: italic;
    margin: 0 .35rem;
    font-size: 0.31rem;
}

.pl_list3 dt {
    padding: 0 0.2rem;
}

.pl_list1 dl {
    display: block;
    margin-bottom: 0.1rem;
}

.pl_list1 dt {
    display: inline-block;
    vertical-align: top;
    width: 2.12rem;
    margin-right: 0;
    padding: 0;
}

.pl_list2 dt {
    width: 2.12rem;
    margin-right: 0;
}

.info {
    margin: 0 0.37rem;
}

.info h3 {
    color: #4878e4;
}
.info p {
    line-height: 1rem;
    font-size: 0.463rem;
    margin: 0.25rem 0 .75rem;
    text-align: justify; /* 左右对齐 */
    text-justify: inter-word; /* 调整单词间距实现对齐 */
    text-indent: 1rem; /* 首行缩进 */
}


.icon_cl1 {
    bbackground-color: #f79896;
}

/*绾�*/
.icon_cl2 {
    bbackground-color: #a3d2f5;
}

/*钃�*/
.icon_cl3 {
    bbackground-color: #84cfb8;
}

/*缁�*/
.icon_cl4 {
    bbackground-color: #f2d8a1;
}

/*榛�*/

.b_tab {
    bottom: -90px;
    height: 1.2rem;
    line-height: 1.2rem;
    background: -webkit-gradient(linear, 30% 100%, 100% 220%, from(#3c75cb), to(#36448b));
}

.b_tab ul li a {
    color: #ffffff;
    display: inline;
}

.b_tab ul li.cur a {
    color: #fff;
    background: rgba(255, 255, 255, 0.32);
    padding: 0.1rem 0.3rem;
    border-radius: 1rem;
}

.keep_btn {
    padding-top: .1rem;
}

.keep_btn small {
    background: -webkit-gradient(linear, 72% 100%, 68% 0%, from(#508FFF), to(#9AD0FF));
    box-shadow: 0px 2px 6px rgba(77, 136, 236, 0.4);
    color: #fff;
    font-size: .45rem;
    display: block;
    width: 3.5rem;
    border-radius: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    margin: .5rem auto;
}