/****************************************/
body, html {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei;
}
a {
    text-decoration: none;
    cursor: pointer;
}

.maindiv {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #00CFFF;
    font-weight: bold;
    position: relative;
    /*background-image: url('/img/share.png');*/
}
    .maindiv::after {
        content: "";
        background: url('/img/share.png');
        /*opacity: 0.9;*/
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
.logon {
    position: absolute;
    width: 300px;
    right: 37%;
    top: 17px;
}
.slideshow {
    position: absolute;
    height: 100%;
    border: 0px;
    /*background-color: #013f84;*/
}
h{font-size:16px;display:block;margin:3px 20px}

.slide {
    padding: 0;
    margin: 0;
    /*transform: translateX(-100%);*/
    position: absolute;
    top:43px;
    visibility:hidden;
    /*left:-800px;
    opacity:0;
     /*transition: transform 0.5s ease-in-out;*/
}
.scontent {
    position: absolute;
    height: 612px;
    width: 880px;
    float: left;
    border: none;
    background-color: rgba(222, 222, 222, 0.9);
    border: solid 2px #28d1ff;
    border-radius: 10px;
}
.stitle-text {
    padding: 0 5px;
    /*color: #134e87;*/
    position: absolute;
    left: 10px;
/*    animation-name: fade-in;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transform: translate3d(0, 0, 0);
    white-space: normal;
    top:200px;*/
    z-index:10
}
.stitle-title {
    position: absolute;
    color: #fff;
    transition: opacity .6s ease-in-out;
    opacity: 0;
    margin-top: 8px;
    font-size: 20px;
    width: 230px;
    font-weight: 500
}

.stitle-content {
    position: absolute;
    padding-left: 10px;
    padding-right: 15px;
    box-sizing: border-box;
    top: 20px;
    color: #111;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 19px;
    margin-top: 20px;
    opacity: 0;
    text-size-adjust: 100%;
    transition: opacity 1s ease-in-out;
    transition: opacity 500ms cubic-bezier(0.8, 0, 0.55, 0.94), transform 500ms cubic-bezier(0.8, 0, 0.55, 0.94);
    transform: translate3d(0, 500px, 0);
    padding-top: 20px;
    height:600px;

}

.stitle-subtitle {
    position: absolute;
    left: 680px;
    top: 10px;
    display: block;
    padding-top: 26rem;
    transition: transform 2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    /*transition: opacity 2.6s ease-in-out;*/
    /*color: #fff;*/
    opacity: 0;
    transform: translateY(280px);
    z-index: 105
}
.slideshow input[type="radio"] {
    position: absolute;
    display: none;
}

.slide-btn {
    position: absolute;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin: 0 10px;
    padding:0 3px;
    height: 36px;
    line-height: 36px;
    border-bottom: solid 4px #fe7108;
    top: 2px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size:15px;
}
.slide-btn-active {
    color: #fe7108;
    border-bottom-color:#28d1ff
}
.slide-btn:hover {
    border-bottom: solid 4px #e3e9ef;
    color: #fe7108;
    /*transform: scale(1.05)*/
}

#showMenu {
    z-index: 130;
    left: 745px;
    position: fixed;
 /*    bottom: 4px;
   height: 30px;
    width: 39px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
*/}


.slideshow > input:checked + .slide {
    /* transform: translateX(0px);
    transition: transform 0.6s ease-in-out;*/
    visibility: visible;
    opacity: 1;
    /*display: unset;*/
}

.slideshow > input:checked + .slide .stitle-title {
    opacity: 1;
}
.slideshow > input:checked + .slide .stitle-text {
    top: -37px;
}
.slideshow> input:checked + .slide .stitle-content {
    opacity: 1;
    /*transition: opacity 500ms cubic-bezier(0.8, 0, 0.55, 0.94) 1160ms, transform 500ms cubic-bezier(0.8, 0, 0.55, 0.94) 1470ms;*/
    transform: translate3d(0, 0, 0);
}

.slideshow> input:checked + .slide .stitle-subtitle {
    opacity: 1;
    transform: translateY(0);
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }

    50% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.slideshow__slide.is-prev .stitle-text {
    transform: translate3d(-100%, -50%, 0);
}

/* .stitle-text {
     position:absolute;
     right:20px;
    transform: translate3d(-100%, 10%, 0);
}
*/
.stitle {
    position: relative;
    height: 100%;
    transform: translate3d(-100%, 40%, 0);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.is-animated .stitle {
    transform: translate3d(0, 300, 0);
}

    .stitle-title.-full {
        width: 100%;
    }
.floating-btn {
    border: none;
    border-width: 0px;
    margin: 5px;
    border: none;
    outline: none;
    color: white;
    font-size: 20px;
    background: #fe7108;
    box-shadow: 0 2px 12px rgba(97, 148, 202, 0.50), 0 1px 8px rgba(35, 34, 33, 0.24);
    transition: 0.3s;
    z-index:120;
    float:right;
}

    .floating-btn:hover {
        background: #d2cbbf;
        cursor: pointer;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

.ripple {
    overflow: hidden;
    border-radius: 50%;
    width: 50px;
    height: 50px;}

.ripple-effect {
    position: absolute;
    background: white;
    animation: ripple-animation 2s;
}

.myshap {
    -webkit-clip-path: ellipse(66% 74% at 52% 37%);
    clip-path: ellipse(66% 74% at 52% 37%)
}
.close {
    position: absolute;
    right: 22px;
    top: 0;
    width: 16px;
    height: 16px;
    opacity: 0.3;
    text-align: right;
    margin: 5px 10px;
    cursor:pointer;
}

    .close:hover {
        opacity: 1;
    }

    .close:before, .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 15px;
        width: 2px;
        background-color: #333;
    }

    .close:before {
        transform: rotate(45deg);
    }

    .close:after {
        transform: rotate(-45deg);
    }
.title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

div .mylst {
    width: 806px;
    margin: auto;
}

.mylst p {
    border-top: 2px dashed;
    border-color: #233a70 !important;
    margin: 0;
    padding: 15px 15px;
    counter-increment: section;
    position: relative;
    line-height:20px;
    font-size: 14px;
}

    .mylst p:nth-child(even):before {
        content: counter(section);
        left: 100%;
        margin-left: -12px;
		margin-top:-4px;
        position: absolute;
        border-radius: 50%;
        padding: 3px 5px 7px 5px;
        height: 17px;
        width: 17px;
        background-color: #3555a0;
        text-align: center;
        color: white;
        font-size: 90%;
    }

    .mylst p:nth-child(odd):before {
        content: counter(section);
        right: 100%;
        margin-right: -12px;
		margin-top:-4px;
        position: absolute;
        border-radius: 50%;
        padding: 3px 5px 7px 5px;
        height: 17px;
        width: 17px;
        background-color: #3555a0;
        text-align: center;
        color: white;
        font-size: 90%;
    }

    .mylst p:nth-child(even) {
        border-right: 2px dashed;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-left: 10px;
        padding-left: 0;
    }

    .mylst p:nth-child(odd) {
        border-left: 2px dashed;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-right: 10px;
        padding-right: 0;
    }

    .mylst p:first-child {
		border-top:0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .mylst p:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }