.ipv6s{
    margin-bottom: 0.75rem;
}
.ipv6s input{
    height: 1.9rem;
    line-height: 1.9rem;
    border: 1px solid #bebedd;
    float: left;
    width:calc((100% - 7rem)/2);
    padding-left:0.75rem;
}
.ipv6s span{
    width: 6rem;
    height: 1.9rem;
    line-height: 1.9rem;
    float: left;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-align: center;
    background-color: #00b277;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size:0.75rem;
}
.ipv6s span i{
    font-style: normal;
    margin-left: 0.25rem;
}
.ip6str{
    border: 1px solid #bebedd;
    padding: 0.75rem;
    border-radius: 3px;
    position: relative;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
}
.ip6str>span{
    position: absolute;
    top: -0.75rem;
    background-color: #fff;
    padding: 0.25rem 0.75rem;
}
.ip6pp span{
    color: #666;
    font-size:0.65rem;
}
.ip6pp input{
    width:2.75rem;
    padding-left: 0.5rem;
    height: 1.7rem;
    line-height: 1.7rem;
    border: 1px solid #bebedd;
}
.ip6str .ip6pp i{
    font-style: normal;
    font-weight: bold;
    color: #bebedd;
}
.ip6str .ip6aa{
   
}
.ip6aa span{
    display: block;
    height: 2rem;
    line-height: 2rem;
    color: #666;
    font-size:0.65rem;
}
.ip6aa input{
    padding-left: 0.5rem;
    height: 1.7rem;
    line-height: 1.7rem;
    border: 1px solid #bebedd;
    width: 100%;
}
.ip6cc{
    margin-top: 0.75rem;
}
.ip6cc span{
    height: 1.9rem;
    line-height: 1.9rem;
    width: 100%;
    text-align: center;
    background-color: #00b277;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-size:0.75rem;
}
.ip6dd span{
    display: block;
    height: 2rem;
    line-height: 2rem;
    color: #666;
    font-size:0.65rem;
}
.ip6dd input{
    height: 1.7rem;
    line-height: 1.7rem;
    border: 1px solid #bebedd;
    width: 100%;
    margin-bottom: 0.5rem;
    padding-left: 0.75rem;
}
.ip6dd input:last-child{
    margin-bottom: 0px;
}
@media screen and (max-width: 1215px){
    .ipv6s {
        background-color: #f9f9f9;
        padding: 0.5rem;
        border: 1px solid #bebedd;
    }
    .night .ipv6s {
        background-color: #242627;
        border: 1px solid #444444;
    }
    .ipv6s span{
        width: 100%;
        margin: 0.25rem 0;
    }
    .ipv6s span i{
        transform: rotate(90deg);
        display: inline-block;
        margin-left: 0.5rem;
    }
    .ipv6s input{
        width: 100%;
    }
}
.night .ip6str{
    border: 1px solid #444;
}
.night .ip6str>span{
    background-color: #242627;
}
@media screen and (max-width: 710px){
    .ip6pp input{
        margin-bottom: 0.5rem;
    }
    .ip6pp span {
        color: #666;
        display: block;
        margin-bottom: 0.5rem;
    }
}
@media screen and (max-width: 380px){
    .ipv6s{
        padding: 0.25rem;
    }
    .ipv6s input{
        padding-left:0.5rem;
    }
}