

.wrap{width: 100%;}
.annotation {
    text-align: center;
    float: left;
    width: 100%;
    margin: -5px 0 10px;
    font-size: 16px;
    padding: 7px;
}
.pic{
    width: 100%;
    padding-bottom:65%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pluspic{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0;
    justify-content: center;
}

.pluspic a{
    display: block;
    width: 120px;
    height: 120px;
    margin:0 8px 8px 0;
}
.pluspic .pic{
    background-size: cover;
    background-position: center;
    height: 0px;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    cursor: pointer;
}
.pic:after{background-color: rgba(0,0,0,0);}
.pluspic .pic:hover:after{opacity: 1;}

.pluspic .pic:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.1);
    opacity: 0;
    transition: ease-in-out opacity .2s;
}



.info{
    /*clear: both;*/
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.info h3, .info h6,.info p{
    display: block;
    max-width: 600px;
}
.info p{
    padding-bottom: 10px;
}
.no_border{
    border: initial;
}

.cart{
    width: 350px;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 15px;
    display: block;
    margin-top: 30px;
}
.cart>span{
    width: 100%;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #666;
}
.cart>button{
    width: 100%;
    background-color: #4c5b60;
    color: #FFF;
    letter-spacing: 1px;
    cursor: pointer;
}
.cart>button:hover{
    background-color: #5e7177;
    transition: all .2s ease-in-out;
}

.somin{
    font-size: 14px;
    padding: 15px 0;
    display: block;
    cursor: pointer;
    color: #666;
}
.somin:hover{color: #919191;}

.somin span{
    padding: 5px 8px;position: relative;
}
.somin span:after{
    content: '';
    display: inline-block;
    border: 1px solid #666;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 4px;
    top: 4px;
}


.goyu>div:nth-child(1)::-webkit-scrollbar{width: 5px;}
.goyu>div:nth-child(1)::-webkit-scrollbar-thumb {background-color: #919191;border-radius: 2px;}
.goyu>div:nth-child(1)::-webkit-scrollbar-track {background-color:transparent;}

.goyu{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background-color: rgba(100, 100, 100, 0.6);
    z-index: 99999;
}
.goyu>div:nth-child(1){
        /* position: absolute; */
    /* top: 80px; */
    /* left: 20%; */
    width: 80%;
    max-width: 1000px;
    background-color: #FFF;
    padding: 50px 80px 20px;
    border-radius: 4px;

    max-height: 85vh;
    overflow-y: scroll;
    margin-top: 160px;
    margin-bottom: 160px;
}








.goyu>div:nth-child(1)>div:nth-child(1){
    float: left;
    width: 30%;
    font-size: 20px;
    color: #919191;
    padding: 20px 0;
}
.goyu>div:nth-child(1)>div:nth-child(2){
    width: 70%;
    float: right;
}
.goyu>div:nth-child(1)>div:nth-child(2)>span{
    border: 1px solid #ccc;
    float: left;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.goyu>div:nth-child(1)>div:nth-child(2)>span>i{
    font-size: 20px;
    color: #666;
    font-style: normal;
    width: 100%;
    padding: 10px 0px;
    float: left;
}
.goyu>div:nth-child(1)>div:nth-child(2)>span>p{
    border-top: 1px solid #eee;
    float: left;
    padding: 20px 0px;
}
.goyu b{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: #666;
}
.atClose{
    width: 75px;
    height: 75px;
    cursor: pointer;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.atClose:hover{background-color:rgba(130,130,130,.7);transition:all .3s ease;}
.atClose:before, .atClose:after{
        display: block;
    content: '';
    width: 68px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 36px;
    left: 3px;
}
.atClose:after{transform: rotate(135deg);}
.CLOSE{
    display: none;
}

/*平板==================================================================================================*/

@media screen and (max-width: 1024px) and (min-width: 768px){

.goyu>div:nth-child(1){
    padding: 30px 30px 0px;
    left: 10%;
    width: 80%;}
.atClose {

    top: 10px;
    right: 10px;}

.goyu>div:nth-child(1)>div:nth-child(1){
    width: 25%;
}
.goyu>div:nth-child(1)>div:nth-child(2){
    width: 75%;}
}
/*手機===================================================================================================*/

@media screen and (max-width: 767px) {
.pluspic a {
    width: 55px;
    height: 55px;}
.cart {    width: 100%;}

.goyu>div:nth-child(1)>div:nth-child(1){
    display: none;
}
.goyu>div:nth-child(1)>div:nth-child(2){
    width: 100%;
    float: right;
}
.goyu>div:nth-child(1) {
    padding: 15PX 15px 0PX;
    top: 15px;
    left: 5%;
    width: 90%;
    max-height: 85vh;
    margin-top: 160px;
    margin-bottom: 100px;
}
.atHeader {
    padding: 0px 24px;
    margin-top: 5px;
}
.atClose {
    width: 60px;
    height: 60px;
    top: 8px;
    right: 50%;
    margin-right: -30px;
}
.atClose:before, .atClose:after {
    width: 50px;
    top: 29px;
    left: 5px;
}


.goyu>div:nth-child(1)>div:nth-child(2)>span {
    margin-bottom: 15px;}


.goyu>div:nth-child(1)>div:nth-child(2)>span {padding: 10px 20px;}
.goyu>div:nth-child(1)>div:nth-child(2)>span>i {font-size: 16px;}
}