@charset "utf-8";

/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

body,dl,dd,h1,h2,h3,h4,h5,h6,p,span
{
    margin: 0;
    padding: 0px;
}

body
{
    font: 12px/1.5 tahoma,simsun,Microsoft YaHei,sans-serif;
    color: #1a5e77;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

h1,h2,h3,h4,h5,h6
{
    font-size: 100%;
    font-weight: normal;
}

img
{
    border: none;
    padding: 0;
    margin: 0;
}

em,i,b
{
    font-style: normal
}

ul,ol
{
    list-style: none;
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none
}

a:hover
{
    text-decoration: none
}



input,select,option
{
    outline: none
}

.clr{ clear:both;}

.button-blue { display: inline-block; vertical-align: middle; cursor: pointer; line-height: 25px; text-align: center; width: 76px; height: 25px; color: #fff; background: url(../images/button-bg.png) no-repeat; border: none; cursor: pointer; }
.button-darkblue { display: inline-block; vertical-align: middle; cursor: pointer; line-height: 25px; text-align: center; width: 73px; height: 25px; background: url(../images/button-bg.png) no-repeat -434px 0px; border: none; font-size: 12px; color: #fff;cursor: pointer; }
.button-darkbluelong { display: inline-block; vertical-align: middle; cursor: pointer; line-height: 25px; text-align: center; width: 96px; height: 25px; background: url(../images/button-bg.png) no-repeat -508px 0px; border: none; font-size: 12px; color: #fff;cursor: pointer; }
.button-gray { display: inline-block; vertical-align: middle; cursor: pointer; line-height: 25px; text-align: center; width: 53px; height: 25px; background: url(../images/button-bg.png) no-repeat -297px 0px; border: none; font-size: 12px; color: #fff; }
.button-graylong { display: inline-block; vertical-align: middle; cursor: pointer; line-height: 25px; text-align: center; width: 83px; height: 25px; background: url(../images/button-bg.png) no-repeat -161px 0px; border: none; font-size: 12px; color: #f5f5f5; }
.button-red { display: inline-block; vertical-align: middle; cursor: pointer; line-height: 25px; text-align: center; width: 53px; height: 25px; background: url(../images/button-bg.png) no-repeat -244px 0px; border: none; font-size: 12px; color: #f5f5f5;cursor: pointer; }
.button-disabled{ cursor: default; }

.window-alert-cover{ display: none; position: fixed; z-index: 102; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; filter: alpha(opacity=30); }
.window-alert-content{ display: none; position: fixed; z-index: 103; top: 200px; left: 50%; margin: 0 0 0 -200px; width: 400px; height: 180px; }
.window-alert-content .window-alert-shadow{ position: absolute; z-index: 103; width: 400px; height: 180px; background: #ccc; opacity: 0.5; filter: alpha(opacity=50); border-radius: 5px; }
.window-alert-content .window-alert-con{ position: absolute; z-index: 104; width: 386px; height: 166px; border: 2px solid #d0d0d0; margin: 5px; background: #fff; }
.window-alert-title{ background: #efefef; padding: 8px 15px; text-align: left; font-size: 12px; font-weight: bold; color: #999; }
.window-alert-msg{ padding: 15px; line-height: 22px; text-align: center; font-size: 13px; font-weight: normal; color: #666; }
.window-alert-btn{ text-align: center; }
