html {
    background: url(/template/style/style-cold/head/bodyBg.jpg) 50% 0 no-repeat fixed #000;
}

body {
	 width: 350px;
	 margin: 0 auto;
	 font-size: 16px;
	 padding-bottom: 10px;
	 color: #6a7f8e;
	 font-family: Revie, Arial, sans-serif;
	 font-style: normal;
	 font-weight: 400;
	 overflow-wrap: break-word;
}

a, a:active, a:link, a:visited, a:hover {
    color: #6a7f8e;
    text-decoration: none
}

img {
    border: 0;
    max-width: 100%;
    vertical-align :middle
}

table {
    width: 100%;
    border-collapse: collapse;
}



/*---------- HEAD ----------*/
.WRUSH-userPanel-bg {
    width: 350px;
    height: 56px;
    margin: 0 auto;
    position: relative;
    color: #6a7f8e;
    background-image: url(/template/style/style-cold/head/userPanel-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.WRUSH-userPanel-lvl {
    width: 39px;
    height: 40px;
    top: 8px;
    position: absolute;
    left: 18px;
    background-image: url(/template/style/style-cold/head/userPanel-lvlBg.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-family: kundera;
}

.WRUSH-userPanel-lvlValue {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #6a7f8e;
}

.WRUSH-cell-bgLeft, .WRUSH-cell-bgRight {
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.WRUSH-cell-bgLeft {
    left: 0;
    background-image: url(/template/style/style-cold/head/cellBgLeft.png?v=2);
}

.WRUSH-cell-bgMiddle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    right: 8px;
    background-image: url(/template/style/style-cold/head/cellBgMiddle.png);
    background-repeat: repeat-x;
    background-size: contain;
}

.WRUSH-cell-bgRight {
    right: 0;
    background-image: url(/template/style/style-cold/head/cellBgRight.png);
}

.WRUSH-userPanel-mailBg {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 4px;
    background-image: url(/template/style/style-cold/head/userPanel-mailBg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.WRUSH-userPanel-mailIcon {
    width: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.WRUSH-iconPanel {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 268px;
    top: -4px;
    background-image: url(/template/style/style-cold/head/envelope.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.WRUSH-iconPanelnew {
	 width : 30px;
	 height : 30px;
	 position : absolute;
	 left : 268px;
	 top : -4px;
	 background-image : url(/template/style/style-cold/head/envelopenew.png);
	 background-size : contain;
	 background-repeat : no-repeat;
}

.WRUSH-exp_bar {
    width: 85.5%;
    height: 4px;
    position: relative;
    left: 27px;
    top: 54px;
    border-radius: 1px;
    background: #10161a;
    box-sizing: border-box;
}

.WRUSH-exp_progress {
	max-width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #49acfc;
    background: linear-gradient(to bottom, #49acfc 0, #3092e3 25%, #004985 100%);
    box-sizing: border-box;
    margin-top: 0;
}

.WRUSH-userPanel-unreadBadge {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    line-height: 14px;
    position: absolute;
    right: -5px;
    top: -2px;
    font-size: 12px;
    text-align: center;
    background-color: #d21100;
    color: #ffe5cf
}
/*--------------------------*/



/*---------- HEAD MONEY ----------*/
.WRUSH-cntr {
    text-align: center;
}

.WRUSH-money-cell-now {
    display: inline-block;
    margin: 5px;
    text-align: center;
}

.WRUSH-money-cell-now .WRUSH-money-left {
    display: inline-block;
    width: 8px;
    height: 25px;
    background-image: url(/template/style/style-cold/head/cellBgLeft.png?v=2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.WRUSH-money-cell-now .WRUSH-money-right {
    display: inline-block;
    width: 8px;
    height: 25px;
    background-image: url(/template/style/style-cold/head/cellBgRight.png?v=2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.WRUSH-money-cell-now .WRUSH-money-middle {
    padding: 3.3px;
    display: inline-block;
    min-width: 70px;
    background-image: url(/template/style/style-cold/head/cellBgMiddle.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    vertical-align: middle;
}
/*--------------------------------*/

















































































































































