﻿.overflow_1 {
 overflow: hidden;
 display: block;
 width: 100%;
 height: auto;
}

.re_home {
 background: url(/Content/Areas/Common/images/promp/j_ico1.jpg) no-repeat 0 10px;
 display: block;
 padding: 5px 0 5px 10px;
 float: right;
 margin: 0 10px 0 0px;
}

.false_cont p a {
 display: inline-block;
 padding: 5px 10px;
 background: #D3413D;
 margin-right: 10px;
 color: #fff;
 margin-top: 10px;
 border-radius: 5px;
}

.false_cont p a:hover {
 opacity: 0.8;
}


/*ÃƒÂ¦Ã‚ÂÃ‚ÂÃƒÂ¤Ã‚ÂºÃ‚Â¤ÃƒÂ¦Ã‹â€ Ã‚ÂÃƒÂ¥Ã…Â Ã…Â¸*/

.submit_cont {
 width: 600px;
 height: auto;
 margin: 50px auto;
 border: 1px solid #ddd;
 padding: 50px 50px;
 border-radius: 10px;
}

.submit_div {
 /* background:url(/Content/Areas/Common/images/promp/submitbg_center.jpg) repeat-y 0 0px; */
 width: 586px;
 padding: 10px;
}

.true_cont img {
 display: block;
 float: left;
 /* margin-right: 14px; */
}

.true_cont p {
 color: #666666;
 font-size: 16px;
 line-height: 25px;
 padding-top: 10px;
 text-align: center;
}


/*ÃƒÂ¦Ã‚ÂÃ‚ÂÃƒÂ¤Ã‚ÂºÃ‚Â¤ÃƒÂ¥Ã‚Â¤Ã‚Â±ÃƒÂ¨Ã‚Â´Ã‚Â¥*/

.false_cont img {
 display: block;
 float: left;
 margin-right: 14px;
}

.false_cont p {
 color: #666;
 font-size: 16px;
 line-height: 25px;
 padding-top: 10px;
}

.login_suess {
 width: 464px;
 margin: 30px auto;
}

.login_suess .overflow_1 img {
 display: block;
 height: 100%;
}

.bodybg {
 margin: 0px auto;
 width: 723px;
}


/*ÃƒÂ¦Ã‚Â³Ã‚Â¨ÃƒÂ¥Ã¢â‚¬Â Ã…â€™ÃƒÂ¦Ã‹â€ Ã‚ÂÃƒÂ¥Ã…Â Ã…Â¸*/

.em_width {
 width: 462px;
 padding: 10px 0;
 overflow: hidden
}

.email_div {
 width: 462px;
 border: solid 1px #D3413D;
 background: #f9fdfe;
 overflow: hidden;
}

.em_width h1 {
 color: #589d02;
 font-size: 20px;
 text-align: center;
 margin: 10px;
 line-height: 34px;
}

.login_btn {
 background: url(/Content/Areas/Common/images/promp/loginbt.jpg) no-repeat 0 0px;
 height: 25px;
 width: 101px;
 display: block;
 text-align: center;
 line-height: 25px;
 color: #D3413D;
 margin: 0 0 0 180px;
}

.link_cor {
 background: #fff url(/Content/Areas/Common/images/promp/bg_link.jpg) no-repeat 0 20px;
 width: 621px;
 height: 402px;
 margin: 50px auto;
 position: relative;
}

.link_font {
 font-size: 16px;
 color: #999999;
 width: 240px;
 height: auto;
 line-height: 25px;
 background: url(/Content/Areas/Common/images/promp/main.png) repeat-y;
 padding: 0 20px 0 40px;
}

.link_font2 {
 position: absolute;
 left: 288px;
 bottom: 20px;
}

.link_font2 a {
 font-size: 16px;
 color: #999999;
 color: #2287bb
}

.ts_content {
 width: 300px;
 position: absolute;
 top: 60px;
 right: 20px;
}

.ts_content .top_bg {
 background: url(/Content/Areas/Common/images/promp/top.png) no-repeat;
 width: 100%;
 height: 13px;
}

.ts_content .bottom_bg {
 background: url(/Content/Areas/Common/images/promp/bottom.png) no-repeat;
 width: 100%;
 height: 15px;
}

.ts_content .left_bg {
 background: url(/Content/Areas/Common/images/promp/left.png) no-repeat;
 width: 22px;
 height: 49px;
 position: absolute;
 left: 1px;
 top: 0px;
}

.true_cont {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.true_cont p a {
 margin: 10px auto;
 display: inline-block;
 background: #D3413D;
 width: 100px;
 text-align: center;
 line-height: 40px;
 border-radius: 5px;
 color: #fff;
 padding: 5px 10px;
}

.overflow_1 {
 display: none;
}

@media only screen and (max-width:640px) {
 .overflow_1 {
 display: none;
 }
 .submit_cont {
 width: 90%;
 height: auto;
 }
 .submit_div {
 background: #f9fdfe;
 width: 100%;
 border: 1px solid #ccc;
 border-radius: 6px;
 box-sizing: border-box;
 }
 .login_suess {
 width: 80%;
 }
 .email_div {
 width: 100%;
 border: solid 1px #D3413D;
 }
 .login_btn {
 margin: 0 auto;
 }
 .bodybg {
 width: 80%;
 }
 .bodybg img {
 display: block;
 width: 100%;
 }
 .link_cor {
 width: 100%;
 height: 300px;
 background-size: 100%;
 }
 .ts_content {
 width: 50%;
 top: 0px;
 right: 0px;
 }
 .ts_content .top_bg,
 .ts_content .bottom_bg,
 .ts_content .left_bg {
 display: none;
 }
 .link_font {
 width: 100%;
 background: #f1f1f1;
 border: 1px solid #ccc;
 padding: 10px;
 box-sizing: border-box;
 }
 .link_font2 {
 left: 50%;
 }
} 