﻿.tips_dalog_outer {
 position: fixed;
 background: rgba(000, 000, 000, 0.6);
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 display: none;
 z-index: 99;
}

.tips_dalog {
 border-radius: 5px;
 background: url(/Sites/Uploaded/UserUpLoad/20191122/20191122151610.jpg) no-repeat center center;
 background-size: cover;
 color: #333;
 position: absolute;
 padding: 20px;
 width: 60%;
 text-align: center;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
}

 .tips_dalog h2 {
 color: red;
 font-size: 20px;
 margin-bottom: 10px;
 }

 .tips_dalog p {
 font-size: 14px;
 line-height: 26px;
 color: #b12f2b;
 }

.tips_colsebtn {
 position: absolute;
 right: 0;
 top: 0;
 width: 30px;
 height: 30px;
 line-height: 30px;
 cursor: pointer;
}

.tips_dalog_btn .btn {
 background: #b12f2b;
 color: #fff;
 cursor: pointer;
 max-width: 100px;
}

 .tips_dalog_btn .btn:hover {
 background: #b93f3b;
 }

@media only screen and (max-width: 768px) {
 .tips_dalog_btn .btn {
 background: #b12f2b;
 color: #fff;
 cursor: pointer;
 margin-bottom: 0;
 min-width: 80px;
 font-size: 14px;
 margin: 10px;
 max-width: 100px;
 padding: 5px;
 }
}

.cq_tips_dalog_outer {
 position: fixed;
 background: rgba(000, 000, 000, 0.6);
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 display: none;
 z-index: 99;
}

.cq_tips_dalog {
 border-radius: 5px;
 background-size: cover;
 color: #333;
 position: absolute;
 padding: 20px;
 width: 100%;
 text-align: center;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
 box-sizing: border-box;
}

 .cq_tips_dalog h2 {
 color: red;
 font-size: 20px;
 margin-bottom: 10px;
 }

 .cq_tips_dalog p {
 font-size: 14px;
 line-height: 26px;
 color: #b12f2b;
 }

.cq_tips_dalog_btn .btn {
 background: #b12f2b;
 color: #fff;
 cursor: pointer;
 max-width: 100px;
}

 .cq_tips_dalog_btn .btn:hover {
 background: #b93f3b;
 }

@media only screen and (max-width: 768px) {
 .cq_tips_dalog_btn .btn {
 background: #b12f2b;
 color: #fff;
 cursor: pointer;
 margin-bottom: 0;
 min-width: 80px;
 font-size: 14px;
 margin: 10px;
 max-width: 100px;
 padding: 5px;
 }
}



.cq_pc_tips_dalog_outer {
 position: fixed;
 background: rgba(000, 000, 000, 0.6);
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 display: none;
 z-index: 99;
}

.cq_pc_tips_dalog {
 border-radius: 5px;
 background-size: cover;
 color: #333;
 position: absolute;
 padding: 20px;
 /*width: 100%;*/
 text-align: center;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
 box-sizing: border-box;
}

 .cq_pc_tips_dalog h2 {
 color: red;
 font-size: 20px;
 margin-bottom: 10px;
 }

 .cq_pc_tips_dalog p {
 font-size: 14px;
 line-height: 26px;
 color: #b12f2b;
 }

.cq_pc_tips_dalog_btn .btn {
 background: #b12f2b;
 color: #fff;
 cursor: pointer;
 max-width: 100px;
}

 .cq_pc_tips_dalog_btn .btn:hover {
 background: #b93f3b;
 }

@media only screen and (max-width: 768px) {
 .cq_pc_tips_dalog_btn .btn {
 background: #b12f2b;
 color: #fff;
 cursor: pointer;
 margin-bottom: 0;
 min-width: 80px;
 font-size: 14px;
 margin: 10px;
 max-width: 100px;
 padding: 5px;
 }
} 