﻿/********************* Tips ********************/
.Mystyle_Dialog_TipsList{position: fixed;z-index: 99997;overflow:hidden;padding:8px;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;}
.Mystyle_Dialog_Tips{transition: margin .2s;-webkit-font-smoothing: antialiased;margin: 0;padding: 0;border: 0;min-height:48px;width:auto;}
.Mystyle_Dialog_Tips_Container{border-radius: 5px;box-shadow:2px 2px 6px 1px rgba(0,0,0,0.2);margin-bottom:10px;padding:12px 20px;font-size:12px;word-wrap:break-word;letter-spacing:2px;cursor:pointer;display:inline-block;}
.red     .Mystyle_Dialog_Tips_Container{background-position: 0% 0%;color: #ffffff;background-image: linear-gradient(to bottom,#ee2222,#b02222);background-color: #b02222;background-repeat: repeat;background-attachment: scroll;}
.blue    .Mystyle_Dialog_Tips_Container{background-position: 0% 0%;color: #ffffff;background-image: linear-gradient(to bottom,#5abaff,#2b91d9);background-color: #2b91d9;background-repeat: repeat;background-attachment: scroll;}
.white   .Mystyle_Dialog_Tips_Container{background-position: 0% 0%;color: #666666;background-image: linear-gradient(to bottom,#ffffff,#e0e0e0);background-color: #e0e0e0;background-repeat: repeat;background-attachment: scroll;}
.green   .Mystyle_Dialog_Tips_Container{background-position: 0% 0%;color: #666666;background-image: linear-gradient(to bottom,#95cc2a,#70a800);background-color: #70a800;background-repeat: repeat;background-attachment: scroll;}
.yellow  .Mystyle_Dialog_Tips_Container{background-position: 0% 0%;color: #666666;background-image: linear-gradient(to bottom,#ffd665,#ffb11f);background-color: #ffb11f;background-repeat: repeat;background-attachment: scroll;}

.Mystyle_Dialog_Tips_Container:hover{box-shadow:2px 2px 6px 1px rgba(0,0,0,0.3);}
.Mystyle_Dialog_Tips_Texts{line-height:16px;display:inline-block;text-align:left;}

.Mystyle_Dialog_Tips_Open{-webkit-animation-duration: 800ms;-webkit-animation-name: Notices-Open; -moz-animation-duration:800ms;-moz-animation-name: Notices-Open;-o-animation-duration:800ms;-o-animation-name: Notices-Open;}
@-webkit-keyframes Notices-Open{0%{ -webkit-transform: perspective(400px) rotateX(90deg);}40%{-webkit-transform: perspective(400px) rotateX(-15deg);}70%{-webkit-transform: perspective(400px) rotateX(15deg); }100%{ -webkit-transform: perspective(400px) rotateX(0deg);}}
@-moz-keyframes Notices-Open{0%{ -moz-transform:perspective(400px) rotateX(90deg);}40%{-moz-transform: perspective(400px) rotateX(-15deg);}70%{-moz-transform: perspective(400px) rotateX(15deg); }100%{ -moz-transform: perspective(400px) rotateX(0deg);}}
@-o-keyframes Notices-Open{0%{ -o-transform: perspective(400px) rotateX(90deg);}40%{-o-transform: perspective(400px) rotateX(-15deg);}70%{-o-transform: perspective(400px) rotateX(15deg); }100%{ -o-transform: perspective(400px) rotateX(0deg);}}

.Mystyle_Dialog_Tips_Close{-webkit-animation-duration: 500ms;-webkit-animation-name: Notices-Close;-moz-animation-duration: 500ms;-moz-animation-name: Notices-Close;-o-animation-duration: 500ms;-o-animation-name: Notices-Close;}
@-webkit-keyframes Notices-Close{0% { -webkit-transform: perspective(400px) rotateX(0deg); }100% {-webkit-transform: perspective(400px) rotateX(90deg); }}
@-moz-keyframes Notices-Close{0% {-moz-transform: perspective(400px) rotateX(0deg); }100% {-moz-transform: perspective(400px) rotateX(90deg); }}
@-o-keyframes Notices-Close{0% {-o-transform: perspective(400px) rotateX(0deg); }100% {-o-transform: perspective(400px) rotateX(90deg); }}

/********************* Notices ********************/
.Mystyle_Dialog_NoticesList{position: fixed;z-index: 99996;overflow:hidden;padding:5px 0 0 0;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;}
.Mystyle_Dialog_Notices{width:300px;border:1px solid #999;background-color:#fffffe;margin-top:5px;position:relative; opacity:0.2;}
.Mystyle_Dialog_Notices_TitleBar{width:100%;height:28px;position:relative;cursor:default;}
.NoticeRed    .Mystyle_Dialog_Notices_TitleBar {color: #ffffff;background: #b02222;background:-webkit-gradient(linear,left top,left bottom,from(#ee2222),to(#b02222));background:-moz-linear-gradient(top,#ee2222,#b02222);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee2222',endColorstr='#b02222');}
.NoticeBlue   .Mystyle_Dialog_Notices_TitleBar {color: #ffffff;background: #2b91d9;background:-webkit-gradient(linear,left top,left bottom,from(#5abaff),to(#2b91d9));background:-moz-linear-gradient(top,#5abaff,#2b91d9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5abaff',endColorstr='#2b91d9');}
.NoticeWhite  .Mystyle_Dialog_Notices_TitleBar {color: #666666;background: #e0e0e0;background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e0e0e0));background:-moz-linear-gradient(top,#ffffff,#e0e0e0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e0e0e0');}
.NoticeGreen  .Mystyle_Dialog_Notices_TitleBar {color: #666666;background: #70a800;background:-webkit-gradient(linear,left top,left bottom,from(#95cc2a),to(#70a800));background:-moz-linear-gradient(top,#95cc2a,#70a800);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#95cc2a',endColorstr='#70a800');}
.NoticeYellow .Mystyle_Dialog_Notices_TitleBar {color: #666666;background: #ffb11f;background:-webkit-gradient(linear,left top,left bottom,from(#ffd665),to(#ffb11f));background:-moz-linear-gradient(top,#ffd665,#ffb11f);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd665',endColorstr='#ffb11f');}

.Mystyle_Dialog_Notices_Title{display:inline-block;width:100%;height:28px;line-height:28px;float:left;padding-left:5px;font-weight:bold;overflow:hidden;}

.Mystyle_Dialog_Notices_Close{width:18px;height:18px;position:absolute;right:4px;top:5px;cursor:pointer;opacity:0.5;filter:alpha(opacity=50);}
.NoticeRed    .Mystyle_Dialog_Notices_Close{background:url('/img/ui/dialog/Close_1.png') center center no-repeat;}
.NoticeBlue   .Mystyle_Dialog_Notices_Close{background:url('/img/ui/dialog/Close_1.png') center center no-repeat;}
.NoticeWhite  .Mystyle_Dialog_Notices_Close{background:url('/img/ui/dialog/Close_2.png') center center no-repeat;}
.NoticeGreen  .Mystyle_Dialog_Notices_Close{background:url('/img/ui/dialog/Close_2.png') center center no-repeat;}
.NoticeYellow .Mystyle_Dialog_Notices_Close{background:url('/img/ui/dialog/Close_2.png') center center no-repeat;}
.Mystyle_Dialog_Notices_Close:hover{opacity:1;filter:alpha(opacity=100);}

.Mystyle_Dialog_Notices_Container{background-color:#fefefe;padding:20px 10px 20px 68px;line-height:16px;cursor:default;background:url('/img/ui/dialog/laba.png') 6px center no-repeat;}

.Mystyle_Dialog_Notices_Link{height:25px;line-height:25px;border-top:1px dashed #aaa;text-align:right;}
.Mystyle_Dialog_Notices_Link *{margin-right:20px;}

.Mystyle_Dialog_Notices_Link a{text-decoration:none;transition: all .5s;color:#333333;outline:none;}
.Mystyle_Dialog_Notices_Link span{cursor:pointer;transition: all .5s;color:#333333;outline:none;}
.NoticeRed    .Mystyle_Dialog_Notices_Link span:hover,a:hover{color:#fc0606;}
.NoticeBlue   .Mystyle_Dialog_Notices_Link span:hover,a:hover{color:#0393f8;}
.NoticeWhite  .Mystyle_Dialog_Notices_Link span:hover,a:hover{color:#de13f5;}
.NoticeGreen  .Mystyle_Dialog_Notices_Link span:hover,a:hover{color:#71932d;}
.NoticeYellow .Mystyle_Dialog_Notices_Link span:hover,a:hover{color:#b47b11;}


/******** PopLayer ********/
.MyStyle_Dialog_Pop_Bg{margin:0;padding:0;z-index:99998;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#949494;filter:alpha(opacity:1);background-color:rgba(0,0,0,0.1);user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;cursor:default;}
.MyStyle_Dialog_Pop_Layer{top:200px;left:400px; margin:0;padding:0;z-index:99999;position:fixed;cursor:default;border:1px solid #b1b1b1;border-radius:8px;}

.MyStyle_Dialog_Pop_Layer_Title{width:100%;height:30px;border-radius:6px 6px 0 0;line-height:30px;text-indent:5px;font-size:12px;font-weight:bold;cursor:move;overflow:hidden;z-index:-1;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;}
.PopRed    .MyStyle_Dialog_Pop_Layer_Title {color: #ffffff;background: #b02222;background:-webkit-gradient(linear,left top,left bottom,from(#ee2222),to(#b02222));background:-moz-linear-gradient(top,#ee2222,#b02222);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee2222',endColorstr='#b02222');}
.PopBlue   .MyStyle_Dialog_Pop_Layer_Title {color: #ffffff;background: #2b91d9;background:-webkit-gradient(linear,left top,left bottom,from(#5abaff),to(#2b91d9));background:-moz-linear-gradient(top,#5abaff,#2b91d9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5abaff',endColorstr='#2b91d9');}
.PopWhite  .MyStyle_Dialog_Pop_Layer_Title {color: #666666;background: #e0e0e0;background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e0e0e0));background:-moz-linear-gradient(top,#ffffff,#e0e0e0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e0e0e0');}
.PopGreen  .MyStyle_Dialog_Pop_Layer_Title {color: #666666;background: #70a800;background:-webkit-gradient(linear,left top,left bottom,from(#95cc2a),to(#70a800));background:-moz-linear-gradient(top,#95cc2a,#70a800);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#95cc2a',endColorstr='#70a800');}
.PopYellow .MyStyle_Dialog_Pop_Layer_Title {color: #666666;background: #ffb11f;background:-webkit-gradient(linear,left top,left bottom,from(#ffd665),to(#ffb11f));background:-moz-linear-gradient(top,#ffd665,#ffb11f);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd665',endColorstr='#ffb11f');}

.MyStyle_Dialog_Pop_Layer_Content{font-size:12px;line-height:18px;background-color:#fefefe;padding:15px;text-indent:24px;}

.MyStyle_Dialog_Pop_Layer_Buttons{text-align:right;height:38px;line-height:38px;border-radius:0 0 6px 6px;z-index:2;background-color:#f0f0f0;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;}
.MyStyle_Dialog_Pop_Button {
    display: inline-block;
    user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;outline:none;zoom: 1;margin:0;cursor:pointer;overflow:visible;text-decoration: none;white-space:nowrap;text-align:center;
    height:25px;line-height:25px;padding:0 15px;border:1px solid #bbb;font:bold 13px SimSun,arial,helvetica,sans-serif;margin-top:6px;
    -moz-border-radius:3px; -webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(0, 0, 0, .3),0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    box-shadow:0 1px 0 rgba(0, 0, 0, .3),0 2px 2px -1px rgba(0, 0, 0, .5),0 1px 0 rgba(255, 255, 255, .3) inset;text-shadow: 0 1px 0 rgba(255,255,255, .9);margin-right:15px;
    color:#555;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e8e8e8));background:-moz-linear-gradient(top,#fff,#e8e8e8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8');
}
.MyStyle_Dialog_Pop_Button:hover{background-color: #eee;color: #555;}
.MyStyle_Dialog_Pop_Button:active{background: #e9e9e9;text-shadow: none;-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;}
.MyStyle_Dialog_Pop_Button:focus{border:1px solid #75c8ff;}
.MyStyle_Dialog_Pop_Button[disabled],.MyStyle_Dialog_Pop_Button[disabled]:hover,.MyStyle_Dialog_Pop_Button[disabled]:active{border-color: #aaa;background: #e0e0e0;cursor: not-allowed!important;position: static;color: #888;-moz-box-shadow: none !important; -webkit-box-shadow: none !important;box-shadow: none !important;text-shadow: none !important;}

.Mystyle_Result_TipsDiv{display:inline-block;width:100%;height:100%; position:fixed;top:0;left:0;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;background-color:#c7c7c7;filter:alpha(opacity:10);background-color:rgba(200,200,200,0.1);z-index:500;}
.Mystyle_Result_Tips{display:inline-block;padding:12px 20px;border:1px solid #ccc;border-bottom:1px solid #fff;border-radius:5px;box-shadow:1px 1px 5px 2px rgba(0,0,0,0.2);position:fixed;top:0;left:50%;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;cursor:pointer;z-index:501;}
.Mystyle_Result_Tips{background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eeeeee));background:-moz-linear-gradient(top,#ffffff,#eeeeee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee');}
.Mystyle_Result_Tips span{display:inline-block;line-height:20px;padding:0 0 0 30px;}
.Mystyle_Result_Tips span#icon_error{background:url('/img/ui/dialog/error.png') left center no-repeat;}
.Mystyle_Result_Tips span#icon_prompt{background:url('/img/ui/dialog/prompt.png') left center no-repeat;}
.Mystyle_Result_Tips span#icon_correct{background:url('/img/ui/dialog/correct.png') left center no-repeat;}
.Mystyle_Result_Tips span#icon_cancel{background:url('/img/ui/dialog/cancel.png') left center no-repeat;}


/************* Loading ************/
.Mystyle_Loading_Bg{display:inline-block;width:100%;height:100%;padding:0; position:absolute;top:0;left:0;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;background-color:#c7c7c7;filter:alpha(opacity:10);background-color:rgba(200,200,200,0.1);z-index:500;}
.Mystyle_Loading_Tips{display:inline-block;padding:12px 20px;border:1px solid #ccc;border-bottom:1px solid #fff;border-radius:5px;box-shadow:1px 1px 5px 2px rgba(0,0,0,0.2);position:absolute;top:50%;left:50%;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;cursor:pointer;z-index:501;}
.Mystyle_Loading_Tips{background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#eeeeee));background:-moz-linear-gradient(top,#ffffff,#eeeeee);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee');}
.Mystyle_Loading_Tips span{display:inline-block;line-height:20px;padding:0 0 0 20px;}
.Mystyle_Loading_Tips span.loadingIcon1{background:url('/img/ui/dialog/loading/1.gif') left center no-repeat;}
.Mystyle_Loading_Tips span.loadingIcon2{background:url('/img/ui/dialog/loading/2.gif') left center no-repeat;}
.Mystyle_Loading_Tips span.loadingIcon3{background:url('/img/ui/dialog/loading/3.gif') left center no-repeat;}

/*******GSMH*******/
.MyStyle_Dialog_MH{-webkit-filter:blur(2px);filter:blur(2px);user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;}


/* Tips */
.Mystyle_Tips_Bg{display:inline-block; width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.1);z-index:499;}
.Mystyle_Tips{display:inline-block;padding:0;margin:0;position:absolute;border-radius:5px;box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);font-size:12px;font-family:SimSun;cursor:pointer;z-index:500;}
.Mystyle_Tips_Content{display:block;line-height:18px;border-radius:5px;padding:3px 10px;word-wrap:break-word;z-index:2;}
.Mystyle_Tips_Arrow{display:inline-block;position:absolute;width:12px;height:12px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:-1;}
.Mystyle_Tips_Arrow.Top   {bottom:-7px;border:0;border-bottom:1px solid #eee;border-left:1px solid #eee;background-color:inherit;border-color:inherit;left:48%;}
.Mystyle_Tips_Arrow.Right {left:-7px;border:0;border-top:1px solid #eee;border-left:1px solid #eee;background-color:inherit;border-color:inherit;top:48%;}
.Mystyle_Tips_Arrow.Bottom{top:-7px;border:0;border-top:1px solid #eee;border-right:1px solid #eee;background-color:inherit;border-color:inherit;left:48%;}
.Mystyle_Tips_Arrow.Left  {right:-7px;border:0;border-bottom:1px solid #eee;border-right:1px solid #eee;background-color:inherit;border-color:inherit;top:48%;}