/*/css/brand/dialog_box_mobile.css*/
.dialog_box {font-family: "微软雅黑";display: none;}@media all and (max-width:768px) {.dialog_box {display: none;width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 200;}.dialog_box_return_bg {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .7)}.dialog_box_content {overflow: hidden;background: #fff;position: absolute;}.half_content_height {height: 40%;width: 100%;left: 0;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}.half_content_width {width: 50%;height: 100%;top: 0;}.dialog_box_content.dir_top {top: -50%}.dialog_box_content.dir_top.dialog_show{top: 0}.dialog_box_content.dir_left {left: 0}.dialog_box_content.dir_right {right: 0}.dialog_box_content.dir_bottom {bottom: 0}.dialog_box_content.half_top {height: 50%;top: 0}.dialog_box_content.half_top {height: 50%;top: 0}.dialog_box_return_title {width: 100%;background: #fff;border-bottom: 1px solid #e5e5e5}.dialog_box_return_title img {display: block;width: 0.35rem;float: left;margin: 0.2rem 0.1rem 0;}.dialog_box_return_title {height: 0.75rem;background: #ebebeb;}.dialog_box_return_title a {float: left;}.dialog_box_return_title span {float: left;font-size: 0.28rem;line-height: 0.35rem;margin-top: 0.2rem;color: #717171;}.dialog_box_content_area{width: 96%;margin:0 auto;margin-top: 0.2rem;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}.dialog_box_title{width: 100%;font-size: 0.26rem}.dialog_box_btn{position: absolute;left: 0;bottom: 0;text-align: center;width: 100%;padding: 0 0 0.4rem}.dialog_box_btn_item{display: inline-block;font-size: 0.28rem;white-space: nowrap;line-height: 1;padding: 0.2rem 0.5rem;margin: 0 0.2rem}.dialog_box_btn_item.bg_green{color:#fff;background: #1ba196;}.dialog_box_btn_item.bg_gray{color:#717171;background: #f6f6f6;
