* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

input, textarea {
    background: transparent;
    border: 0;
    outline: none;
    width: 100%;
    height: 100%;
}

button {
    border: 0;
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}




/* 微海动力 css */
/*通用箭头*/
.arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
    color: #999;
}

.arrow::after {
    content: "";
    width: .4rem;
    height: .4rem;
    border-top: .0625rem solid #999;
    border-left: .0625rem solid #999;
    transform: rotate(135deg);
}

#shop_skin_index .mod {
    background: #999 none repeat scroll 0 0;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#SetHomeCurrentBox {
    background: #999 none repeat scroll 0 0;
    border: .3125rem solid #f60;
    height: 3.125rem;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

#shop_skin_index .shop_skin_index_list {
    overflow: hidden;
    position: relative;
    z-index: 1;
}