
.guize_html {
    position: fixed;
    top: 30%;
    left: 50%;
    margin-top: -80px;
    margin-left: -150px;
    width: 300px;
    height: auto;
    border-radius: 30px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 12px;
}

.guize_html p {
    padding: 0 10px;
    text-align: left;
    text-indent: 2em;
}

.guize_html_nei {
    width: 300px;
    min-height: 350px;
    /*overflow-y:auto;*/
    max-height: 500px;
    height: 350px;
    display: block;
}

.btnXZ {
    display: block;
    margin: 10px auto;
    width: 125px;
    height: 40px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #ed8600, #ff5a5e);
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.GB {
    display: block;
    margin: 10px auto;
    width: 125px;
    height: 40px;
    border-radius: 30px;
    background-color: #7d7776;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.overfloat {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, .5);
}
.need_spin {
    animation-name: spin1;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: fixed;
    bottom: 25%;
    right: 5px;
    z-index: 2;
}
.need_spin_2 {
	animation-name:spin1;
	animation-duration:10000ms;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
	position:fixed;
	bottom:10%;
	right:5px;
	z-index:2;
}
@keyframes spin {
    from {transform:rotate(0deg);}to{transform:rotate(360deg);}
}
.need_spin_close{
    width:20px;
    height:20px;
    position:absolute;
    top:3px;
    right:3px;
    border-radius:50%;
    cursor:pointer;
}
.spin_close{
    width:20px;
    height:20px;
    position:absolute;
    top:3px;
    right:3px;
    border-radius:50%;
    cursor:pointer;
}
.need_spin_img{
    border-radius:15px;
    border:solid 2px red;
    width:80px;
    height:80px;
}