﻿.az-contents {
    top: 57% !important;
    right: -30px !important;
    left: auto;
    width: 400px;
    height:400px;
    position: fixed;
    transform: translateY(-50%);
    z-index: 9999;
    opacity: 1;
}


.az-contents:hover {
    opacity: 1
}

.az-contents .az-layout {
    width: 100%;
    height: 400px;
    position: relative
}

.az-contents .az-layout .az-title {
        width: 105px;
    height: 25px;
    position: absolute;
    top: 180px;
    left: 65px;
    
}

.az-contents .az-layout .az-star {
    width: 56px;
    height: 49px;
    position: absolute;
    top: 135px;
    left: 88px;
}


.az-contents .az-layout .level-text {
    width: 100%;
    font-size: 12px;
    color: #d4000b;
    position: absolute;
    top: 192px;
    text-align: center;
    text-indent: -9999px;
}

.az-contents .az-layout .az-code {
    width: 400px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 149px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-family: "SimHei";
    font-weight: bold;
}

.az-contents .az-layout .az-btn {
    position: absolute;
	width: 150px;
    height: 55px;
	top: 265px;
	left: 128px;
    text-indent: -9999px;
    text-align: center;
    cursor: pointer;
    color: #ffff56;
    text-decoration: none;
}

.az-range {
    width: 100px;
    height: 38px;
    position: absolute;
    top: 208px;
    left: 65px;
    text-indent: -9999px;
}

.az-red {
    color: #d4000b;
}

.az-black {
    color: #000000;
}